some bug fixed + android-studio added
This commit is contained in:
parent
a7a1ceb34c
commit
dee0e824a1
2 changed files with 23 additions and 11 deletions
|
@ -402,7 +402,8 @@ qttools5-doc;apt;qt;qttools5-doc
|
|||
qttools5-dev-tools;apt;qt;qttools5-dev-tools
|
||||
qttools5-examples;apt;qt;qttools5-examples
|
||||
qttools5-doc-html;apt;qt;qttools5-doc-html
|
||||
fbreader;apt;ebook;fbreader"
|
||||
fbreader;apt;ebook;fbreader
|
||||
android-studio;apt;android-studio;android-studio"
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
# Specific Repo list and functions #
|
||||
|
@ -418,7 +419,8 @@ libreoffice6:addSpecificRepo_Libreoffice6
|
|||
winehq-devel:addSpecificRepo_Wine
|
||||
mongodb-org;addSpecificRepo_MongoDB3CE
|
||||
gyazo;addSpecificRepo_Gyazo
|
||||
code;addSpecificRepo_VSCode"
|
||||
code;addSpecificRepo_VSCode
|
||||
android-studio;addSpecificRepo_AndroidStudio"
|
||||
|
||||
#
|
||||
# Gyazo
|
||||
|
@ -477,6 +479,10 @@ function addSpecificRepo_VSCode () {
|
|||
"deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
|
||||
}
|
||||
|
||||
function addSpecificRepo_AndroidStudio () {
|
||||
addPPA "ppa:maarten-fonville/android-studio"
|
||||
}
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
# Package post install functions list #
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue