Fixed RCLONE_SCRIPT-FULLSYNC.SH call to RCLONE_SCRIPT.SH

This commit is contained in:
Jandalf81
2018-08-02 20:12:50 +02:00
parent 22f6e969ab
commit 15594fea33
2 changed files with 4 additions and 4 deletions

View File

@@ -10,9 +10,9 @@ This script will setup different things on your RetroPie in order to automatical
Just install this via Just install this via
```bash ```bash
wget -N -P ~/scripts https://raw.githubusercontent.com/Jandalf81/rclone_script/master/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 chmod 755 ~/scripts/rclone_script-install.sh;
~/scripts/rclone_script-install.sh ~/scripts/rclone_script-install.sh;
``` ```
and follow the instructions. and follow the instructions.

View File

@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
~/scripts/rclone_script "full" ~/scripts/rclone_script.sh "full"