sh_linux_installation_scripts/desktop/install.sh

20 lines
353 B
Bash
Raw Normal View History

2021-03-06 15:18:01 +01:00
#!/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
}