Update bootstrap: 2026-01-18 08:23:35
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
nbmain.sh.enc
BIN
nbmain.sh.enc
Binary file not shown.
Reference in New Issue
Block a user