idea added by snap + bug fix in installPackage fct
This commit is contained in:
parent
dee0e824a1
commit
97522021a2
4 changed files with 24 additions and 10 deletions
|
@ -403,7 +403,8 @@ 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
|
||||
android-studio;apt;android-studio;android-studio"
|
||||
android-studio;apt;android-studio;android-studio
|
||||
intellij-idea-community;snap;idea;idea"
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
# Specific Repo list and functions #
|
||||
|
@ -479,6 +480,9 @@ function addSpecificRepo_VSCode () {
|
|||
"deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
|
||||
}
|
||||
|
||||
#
|
||||
# Android-Studio repo
|
||||
#
|
||||
function addSpecificRepo_AndroidStudio () {
|
||||
addPPA "ppa:maarten-fonville/android-studio"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue