Fix an issue with linux scp

fixes #626
This commit is contained in:
LukeeGD 2024-11-20 19:54:10 +08:00
parent d7bfcace13
commit 6e192ffa75
4 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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