Improved scripts for server uses

This commit is contained in:
Sven Heidemann
2021-03-06 15:18:01 +01:00
parent b84635bbbf
commit 0a6836a8e5
3 changed files with 30 additions and 11 deletions

20
desktop/install.sh Normal file
View 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
}