This commit is contained in:
simono41 2018-04-20 23:12:18 +02:00
parent 4f8166e66d
commit 473c062fb2

View file

@ -126,6 +126,7 @@ function aurmanagerinstall() {
pwd
su "$username" -c "makepkg -si --skipchecksums --skippgpcheck --nocheck --noconfirm --install --needed"
pwd
rm -Rv /home/"$username"/aurman
cd /
}