diff --git a/sftp_transfer b/sftp_transfer index e9e7b63..0469822 100644 --- a/sftp_transfer +++ b/sftp_transfer @@ -1,5 +1,5 @@ #!/bin/bash -wget https://git.technozone.com.au/vijay/scripts/sftp_transfer -O sftp_transfer.sh && chmod +x sftp_transfer.sh && ./sftp_transfer.sh && rm sftp_transfer.sh +wget https://git.technozone.com.au/vijay/Scripts/raw/branch/main/sftp_transfer -O sftp_transfer.sh && chmod +x sftp_transfer.sh && ./sftp_transfer.sh && rm sftp_transfer.sh # Function to display the menu show_menu() {