Skip to content

Commit

Permalink
Update IP
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 14, 2023
1 parent 75cb848 commit fea2edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
APP="${1-hello-world}"
SWITCH_HOST="${2-192.168.1.100:5000}"
SWITCH_HOST="${2-192.168.86.115:5000}"
curl --netrc-optional \
--upload-file nxjs.nro "ftp://${SWITCH_HOST}/switch/nxjs.nro" \
--upload-file "./apps/${APP}/romfs/main.js" "ftp://${SWITCH_HOST}/switch/nxjs.js"

0 comments on commit fea2edd

Please sign in to comment.