This repository has been archived on 2021-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
sh_multi_install/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
}