From: kokkiemouse Date: Wed, 11 Nov 2020 09:13:26 +0000 (+0900) Subject: fixed aur X-Git-Tag: rc3-alpha1~13^2~42 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=81817d759a8560f9e3a5fae1e38c89092021d91c;p=alterlinux%2Falterlinux.git fixed aur Signed-off-by: kokkiemouse --- diff --git a/system/aur_scripts/aur_prepare.sh b/system/aur_scripts/aur_prepare.sh index a1314557..1689c90a 100755 --- a/system/aur_scripts/aur_prepare.sh +++ b/system/aur_scripts/aur_prepare.sh @@ -53,5 +53,6 @@ for _aur_pkg in ${*}; do #chmod 777 "/aurbuild_temp/aur_prepare.sh" echo "yay -S ${_aur_pkg} -y --nocleanmenu --nodiffmenu --noeditmenu --noupgrademenu" > "/aurbuild_temp/aur_prepare.sh" chmod 777 "/aurbuild_temp/aur_prepare.sh" + chmod +s /usr/bin/sudo sudo -u aurbuild "/aurbuild_temp/aur_prepare.sh" done