Fix runInChroot bug (/tmp)

This commit is contained in:
Santiago Lo Coco 2022-04-19 14:17:27 -03:00
parent 1aa3003d45
commit 91da8282d8
1 changed files with 1 additions and 2 deletions

View File

@ -251,8 +251,7 @@ checkForParu() {
runInChroot "sed -i 's/# %wheel ALL=(ALL) NOPASSWD: ALL/%wheel ALL=(ALL) NOPASSWD: ALL/' /etc/sudoers"
checkSudoers
printWaitBox
runInChroot "cd /tmp; sudo -u $username git clone https://aur.archlinux.org/paru-bin.git"
runInChroot "cd /tmp/paru-bin; sudo -u $username makepkg -si --noconfirm; cd ..; rm -rf paru-bin" 2>&1 | debug
runInChroot "cd /tmp; sudo -u $username git clone https://aur.archlinux.org/paru-bin.git; cd paru-bin; sudo -u $username makepkg -si --noconfirm" 2>&1 | debug
fi
}