From 056670a7e165b25a76df9ef71aefa7ca04efb0a7 Mon Sep 17 00:00:00 2001 From: edraft Date: Sun, 28 Feb 2021 10:12:36 +0100 Subject: [PATCH] Improved install script --- default/install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/default/install.sh b/default/install.sh index 012cee5..69c4f66 100644 --- a/default/install.sh +++ b/default/install.sh @@ -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