This commit is contained in:
Augusto Gunsch 2021-11-08 21:26:46 -03:00
parent 679a8b7a2b
commit d52368ecec
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ install_aur() {
echo -ne "Installing ${LGREEN}$1${NC} from AUR ($2)..."
fi
se +e
set +e
quiet sudo -u nobody GOCACHE="$AUR_BUILD_DIR/go" makepkg --noconfirm
if [ $? -eq 0 ]; then
set +e