Fix makepkg

This commit is contained in:
Tibo De Peuter 2022-10-26 23:15:12 +02:00
parent baa064eb51
commit 026a57fdd0
20 changed files with 8 additions and 12 deletions

View file

@ -17,8 +17,6 @@ pre_remove() {
}
install_software() {
cd
user=$(who | cut -f1 -d' ')
su "${user}"
echo "hey we zijn nu ${user}"
@ -27,7 +25,7 @@ install_software() {
git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git
cd betterbird-bin
git pull
makepkg -ic
su "${user}" -c makepkg -ic
cd
>&2 echo "Installing google-chrome"