diff options
-rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |