This commit is contained in:
simono41 2018-03-18 18:18:51 +01:00
parent a24aacba1b
commit 09f1c55004

View file

@ -46,6 +46,7 @@ function gitclone() {
function yaourtmanagerinstall() { function yaourtmanagerinstall() {
cd /home/"$username"/ cd /home/"$username"/
pwd pwd
su "$username" -c "curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz" su "$username" -c "curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz"
@ -330,7 +331,7 @@ fi
if [ "${version}" != "libre" ]; then if [ "${version}" != "libre" ]; then
#yaourtmanagerinstall #yaourtmanagerinstall
pacaurmanagerinstall pacaurmanagerinstall
yaourtinstall pamac-aur pacaurinstall pamac-aur
fi fi