Improved install script
This commit is contained in:
parent
422ccd64d3
commit
056670a7e1
@ -2,13 +2,14 @@
|
|||||||
|
|
||||||
default_install() {
|
default_install() {
|
||||||
echo 'Installing:'
|
echo 'Installing:'
|
||||||
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 net-tools htop tree zip unzip neofetch -y
|
||||||
sudo apt-get install stacer -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
|
||||||
|
|
||||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
sudo dpkg -i ./google-chrome-stable_current_amd64.deb
|
sudo dpkg -i ./google-chrome-stable_current_amd64.deb
|
||||||
rm google-chrome-stable_current_amd64.deb
|
rm google-chrome-stable_current_amd64.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user