diff --git a/pi-image/update.sh b/pi-image/update.sh index a6d20ed..244e43f 100755 --- a/pi-image/update.sh +++ b/pi-image/update.sh @@ -24,8 +24,8 @@ fnm default $(fnm current) corepack enable # Run interactive version picker -yarn --cwd "update-prompt" install -node "update-prompt/main.js" $1 $2 +yarn --cwd "pi-image/update-prompt" install +node "pi-image/update-prompt/main.js" $1 $2 # Get result if [ -f /tmp/satellite-version-selection ]; then