diff --git a/ReadMe.md b/ReadMe.md index cd54237..8200e6d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -10,9 +10,9 @@ This script will setup different things on your RetroPie in order to automatical Just install this via ```bash -wget -N -P ~/scripts https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-install.sh -chmod 755 ~/scripts/rclone_script-install.sh -~/scripts/rclone_script-install.sh +wget -N -P ~/scripts https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-install.sh; +chmod 755 ~/scripts/rclone_script-install.sh; +~/scripts/rclone_script-install.sh; ``` and follow the instructions. diff --git a/rclone_script-fullsync.sh b/rclone_script-fullsync.sh index 19bb77e..c326279 100644 --- a/rclone_script-fullsync.sh +++ b/rclone_script-fullsync.sh @@ -1,3 +1,3 @@ #!/bin/bash -~/scripts/rclone_script "full" \ No newline at end of file +~/scripts/rclone_script.sh "full" \ No newline at end of file