diff --git a/bin/linux/arm64/scp b/bin/linux/arm64/scp index da416c4..d4c9bd2 100755 Binary files a/bin/linux/arm64/scp and b/bin/linux/arm64/scp differ diff --git a/bin/linux/armhf/scp b/bin/linux/armhf/scp index 86b02ab..34aff6d 100755 Binary files a/bin/linux/armhf/scp and b/bin/linux/armhf/scp differ diff --git a/bin/linux/x86_64/scp b/bin/linux/x86_64/scp index 11eb1bc..5ec8000 100755 Binary files a/bin/linux/x86_64/scp and b/bin/linux/x86_64/scp differ diff --git a/restore.sh b/restore.sh index c49dbfc..2442543 100755 --- a/restore.sh +++ b/restore.sh @@ -210,6 +210,8 @@ set_tool_paths() { zenity="$(command -v zenity)" scp2="$dir/scp" ssh2="$dir/ssh" + cp $ssh2 . + chmod +x ssh # live cd/usb check if [[ $(id -u $USER) == 999 || $USER == "liveuser" ]]; then