Improved install script

This commit is contained in:
edraft 2021-02-28 10:12:36 +01:00
parent 422ccd64d3
commit 056670a7e1

View File

@ -2,13 +2,14 @@
default_install() {
echo 'Installing:'
sudo apt-get install net-tools htop tree zip unzip neofetch -y
sudo apt-get install stacer -y
sudo add-apt-repository ppa:agornostal/ulauncher
sudo apt-get update -y
sudo apt-get install ulauncher -y
sudo apt-get install net-tools htop tree zip unzip neofetch -y
sudo apt-get install stacer -y
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i ./google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb