Fix typo
This commit is contained in:
parent
679a8b7a2b
commit
d52368ecec
|
@ -198,7 +198,7 @@ install_aur() {
|
||||||
echo -ne "Installing ${LGREEN}$1${NC} from AUR ($2)..."
|
echo -ne "Installing ${LGREEN}$1${NC} from AUR ($2)..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
se +e
|
set +e
|
||||||
quiet sudo -u nobody GOCACHE="$AUR_BUILD_DIR/go" makepkg --noconfirm
|
quiet sudo -u nobody GOCACHE="$AUR_BUILD_DIR/go" makepkg --noconfirm
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
set +e
|
set +e
|
||||||
|
|
Loading…
Reference in New Issue