diff --git a/setup.sh b/setup.sh index 40936e5..fe6a586 100755 --- a/setup.sh +++ b/setup.sh @@ -217,6 +217,7 @@ stow . --target="$HOME" --ignore="setup.sh" --ignore=".git" --ignore=".gitignore # Language Setup echo -e "${BLUE} LOG:${YELLOW} Finalizing Language Setup...${NC}" +set +e # 1. Setup Node (NVM) export NVM_DIR="$HOME/.nvm" @@ -264,5 +265,7 @@ if command -v rustup &> /dev/null; then rustup update fi +set -e + # Finish echo -e "${GREEN} LOG: Setup Complete! Please restart your terminal to apply all changes. ${NC} " \ No newline at end of file