From b228852c7da61aa1dbd0f29a4bdda9b10f8dd9c1 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 10 Sep 2019 07:53:26 +0200 Subject: Add option for automaticly make the update --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 0a35b35..4017308 100755 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ echo "Update system..." -#sudo pacman -Syu +#sudo pacman -Syu --noconfirm --needed echo "Install some common app.." @@ -150,7 +150,7 @@ echo "Install packages need by scripts..." #pikaur -S --noconfirm --needed pygmentize #pikaur -S --noconfirm --needed xwinwrap-git -### Added this for twmn but seems to be buggy... +### Don't work because some function are deprecied an treated as error #pikaur -S --noconfirm --needed qt5 #pikaur -S --noconfirm --needed twmn-git -- cgit v1.2.1