diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-10 07:53:26 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-10 07:53:26 +0200 |
commit | b228852c7da61aa1dbd0f29a4bdda9b10f8dd9c1 (patch) | |
tree | 39284b8cf1b8e003b33f71e77f9a74d60cf51cbe | |
parent | 1103c2064440a16e4e6b0094f409cc781397c337 (diff) | |
download | dotfiles_dotdrop-b228852c7da61aa1dbd0f29a4bdda9b10f8dd9c1.tar.xz dotfiles_dotdrop-b228852c7da61aa1dbd0f29a4bdda9b10f8dd9c1.zip |
Add option for automaticly make the update
-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 |