Improved scripts for server uses
This commit is contained in:
20
desktop/install.sh
Normal file
20
desktop/install.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/apps/chrome.sh
|
||||
source $PWD/apps/etcher.sh
|
||||
source $PWD/apps/timeshift.sh
|
||||
source $PWD/apps/ulauncher.sh
|
||||
|
||||
desktop_install() {
|
||||
echo 'Installing:'
|
||||
|
||||
sudo apt-get install stacer gnome-tweaks flameshot -y
|
||||
|
||||
sudo snap install simplenote
|
||||
|
||||
install_timeshift
|
||||
install_ulauncher
|
||||
install_chrome
|
||||
install_etcher
|
||||
|
||||
}
|
Reference in New Issue
Block a user