dfjqmlkfjmklq

This commit is contained in:
Tibo De Peuter 2022-10-27 00:07:41 +02:00
parent e221ed25a8
commit 4459d735d7
20 changed files with 8 additions and 6 deletions

View file

@ -26,6 +26,7 @@ install_one() {
git pull
dir=$(pwd)
echo "${dir} by ${user}"
su -c "cd ${dir} && makepkg -ic" - "${user}"
}