From d5fb6642a5d5d6ee650ab06d3173609babe3c611 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Sun, 9 Aug 2026 02:43:03 +0200 Subject: [PATCH] install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bd698a5..e056b3c 100755 --- a/install.sh +++ b/install.sh @@ -120,7 +120,7 @@ chmod 700 "$ASKPASS" trap 'rm -f "$ASKPASS"' EXIT export SSH_ASKPASS="$ASKPASS" SSH_ASKPASS_REQUIRE=force DISPLAY="${DISPLAY:-:0}" -say "connecting (fresh-image default credentials answer automatically)" +say "connecting" # shellcheck disable=SC2086 ssh $SSHOPTS "user@$PHONE" \ "printf '#!/bin/sh\necho $PW\n' > /tmp/.fp6-install-pw && chmod 700 /tmp/.fp6-install-pw && echo CONNECTED" \