diff --git a/install.sh b/install.sh index 636206d..bbe6217 100755 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ fi echo "🔐 Decrypting ${TARGET}.sh..." TEMP_SCRIPT="/tmp/${TARGET}-$$.sh" -if "$NBCRYPT" decrypt "$ENC_FILE" "$TEMP_SCRIPT" 2>/dev/null; then +if "$NBCRYPT" decrypt "$ENC_FILE" "$TEMP_SCRIPT"; then chmod +x "$TEMP_SCRIPT" # Load SSH Agent environment if it was created by nbcrypt/BWS setup diff --git a/nbmain.sh.enc b/nbmain.sh.enc index 50385e0..2895555 100644 Binary files a/nbmain.sh.enc and b/nbmain.sh.enc differ