From 81817d759a8560f9e3a5fae1e38c89092021d91c Mon Sep 17 00:00:00 2001 From: kokkiemouse Date: Wed, 11 Nov 2020 18:13:26 +0900 Subject: [PATCH] fixed aur Signed-off-by: kokkiemouse --- system/aur_scripts/aur_prepare.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0