Fixed dowload location

This commit is contained in:
Jandalf81
2018-08-15 16:50:27 +02:00
parent a29195aa29
commit 782ed9cb7d

View File

@@ -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/rclone_script https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-install.sh;
chmod 755 ~/scripts/rclone_script/rclone_script-install.sh;
~/scripts/rclone_script/rclone_script-install.sh;
```
and follow the instructions.