some bugs fixed + owncloud removed
This commit is contained in:
parent
b1543c004f
commit
bc1cd103af
3 changed files with 5 additions and 27 deletions
|
@ -109,7 +109,6 @@ python-musicbrainz2;apt;multimedia;python-musicbrainz2
|
|||
gmusicbrowser;apt;multimedia;gmusicbrowser
|
||||
peek;apt;multimedia;peek
|
||||
bino;apt;multimedia;bino
|
||||
owncloud-client;apt;internet;owncloud-client
|
||||
syncthing-gtk;apt;internet;syncthing-gtk
|
||||
syncthing;apt;internet;syncthing
|
||||
insync;apt;internet;insync
|
||||
|
@ -470,7 +469,6 @@ etcher-electron;addRepo_Etcher
|
|||
sublime-text;addRepo_SublimeText
|
||||
vivaldi-stable;addRepo_Vivaldi
|
||||
virtualbox-5.2;addRepo_VirtualBox
|
||||
owncloud-client;addRepo_OwnCloud
|
||||
syncthing;addRepo_Syncthing
|
||||
opera-stable;addRepo_Opera
|
||||
insync;addRepo_Insync
|
||||
|
@ -1075,15 +1073,6 @@ function addRepo_Syncthing () {
|
|||
"deb http://apt.syncthing.net/ syncthing release"
|
||||
}
|
||||
|
||||
#
|
||||
# OwnCloud
|
||||
#
|
||||
function addRepo_OwnCloud () {
|
||||
addKey "http://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_16.04/Release.key"
|
||||
addRepo owncloud-client.list \
|
||||
"deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.04/ /"
|
||||
}
|
||||
|
||||
#
|
||||
# VirtualBox
|
||||
#
|
||||
|
|
|
@ -103,7 +103,6 @@ python-musicbrainz2;apt;multimedia;python-musicbrainz2
|
|||
gmusicbrowser;apt;multimedia;gmusicbrowser
|
||||
peek;apt;multimedia;peek
|
||||
bino;apt;multimedia;bino
|
||||
owncloud-client;apt;internet;owncloud-client
|
||||
syncthing;apt;internet;syncthing
|
||||
syncthing-gtk;apt;internet;syncthinggtk
|
||||
insync;apt;internet;insync
|
||||
|
@ -399,7 +398,6 @@ etcher-electron;addRepo_Etcher
|
|||
sublime-text;addRepo_SublimeText
|
||||
vivaldi-stable;addRepo_Vivaldi
|
||||
virtualbox-5.2;addRepo_VirtualBox
|
||||
owncloud-client;addRepo_OwnCloud
|
||||
syncthing;addRepo_Syncthing
|
||||
syncthinggtk;addRepo_SyncthingGtk
|
||||
opera-stable;addRepo_Opera
|
||||
|
@ -890,15 +888,6 @@ function addRepo_Syncthing () {
|
|||
"deb http://apt.syncthing.net/ syncthing release"
|
||||
}
|
||||
|
||||
#
|
||||
# OwnCloud
|
||||
#
|
||||
function addRepo_OwnCloud () {
|
||||
addKey "http://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_16.04/Release.key"
|
||||
addRepo owncloud-client.list \
|
||||
"deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.04/ /"
|
||||
}
|
||||
|
||||
#
|
||||
# VirtualBox
|
||||
#
|
||||
|
|
10
yggdrasil.sh
10
yggdrasil.sh
|
@ -73,12 +73,12 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,n,w,p,k" option; do
|
|||
msg "Installing Apps"
|
||||
installAppsFromList base
|
||||
installAppsFromList office
|
||||
installBurningTools
|
||||
installAppsFromList burningtools
|
||||
installAppsFromList ebook
|
||||
installAppsFromList games
|
||||
installAppsFromList steam
|
||||
installAppsFromList internet
|
||||
installJava10
|
||||
installAppsFromList java10
|
||||
installAppsFromList utilities
|
||||
installAppsFromList multimedia
|
||||
installAppsFromList nettools
|
||||
|
@ -116,12 +116,12 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,n,w,p,k" option; do
|
|||
msg "Installing Apps"
|
||||
installAppsFromList base
|
||||
installAppsFromList office
|
||||
installBurningTools
|
||||
installAppsFromList burningtools
|
||||
installAppsFromList ebook
|
||||
installAppsFromList games
|
||||
installAppsFromList steam
|
||||
installAppsFromList internet
|
||||
installJava10
|
||||
installAppsFromList java10
|
||||
installAppsFromList utilities
|
||||
installAppsFromList multimedia
|
||||
installAppsFromList nettools
|
||||
|
@ -142,7 +142,7 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,n,w,p,k" option; do
|
|||
addScreenfetchBashrc
|
||||
enableHistoryTS
|
||||
installUnattendedUpgrades
|
||||
enableUnbound
|
||||
installAppsFromList unbound
|
||||
msg "Installing additional themes/icons"
|
||||
installAppsFromList icons
|
||||
installAppsFromList gtkthemes
|
||||
|
|
Loading…
Reference in a new issue