Trying to fix update

This commit is contained in:
Tibo De Peuter 2022-10-26 15:13:57 +02:00
parent 1f5c9b18a7
commit 69fbf62069
18 changed files with 16 additions and 10 deletions

View file

@ -6,7 +6,10 @@ post_install() {
}
post_upgrade() {
cd /usr/share/tdpeuter/arch-pkgs/ && git pull
cd /usr/share/tdpeuter/arch-pkgs/
sleep 2
git pull
user=$(who | cut -f1 -d' ')
packages=$(ls ./stow)