From d52368ecec22ee4fa12855074a9b1e76de2690db Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Mon, 8 Nov 2021 21:26:46 -0300 Subject: [PATCH] Fix typo --- post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index 3cc887c..b949560 100755 --- a/post-install.sh +++ b/post-install.sh @@ -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