install script
This commit is contained in:
parent
c281050d5a
commit
d5fb6642a5
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ chmod 700 "$ASKPASS"
|
||||||
trap 'rm -f "$ASKPASS"' EXIT
|
trap 'rm -f "$ASKPASS"' EXIT
|
||||||
export SSH_ASKPASS="$ASKPASS" SSH_ASKPASS_REQUIRE=force DISPLAY="${DISPLAY:-:0}"
|
export SSH_ASKPASS="$ASKPASS" SSH_ASKPASS_REQUIRE=force DISPLAY="${DISPLAY:-:0}"
|
||||||
|
|
||||||
say "connecting (fresh-image default credentials answer automatically)"
|
say "connecting"
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
ssh $SSHOPTS "user@$PHONE" \
|
ssh $SSHOPTS "user@$PHONE" \
|
||||||
"printf '#!/bin/sh\necho $PW\n' > /tmp/.fp6-install-pw && chmod 700 /tmp/.fp6-install-pw && echo CONNECTED" \
|
"printf '#!/bin/sh\necho $PW\n' > /tmp/.fp6-install-pw && chmod 700 /tmp/.fp6-install-pw && echo CONNECTED" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue