mirror of
https://github.com/Febbweiss/rclone_script.git
synced 2026-03-04 22:25:36 +00:00
Fixed RCLONE_SCRIPT-FULLSYNC.SH call to RCLONE_SCRIPT.SH
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
~/scripts/rclone_script "full"
|
~/scripts/rclone_script.sh "full"
|
||||||
Reference in New Issue
Block a user