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

View file

@ -25,7 +25,7 @@ install_software() {
git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git
cd betterbird-bin
git pull
su "${user}" -c makepkg -ic
su "${user}" -c "makepkg -ic"
cd
>&2 echo "Installing google-chrome"