From 782ed9cb7d9d9b59f696f3c38bdd83229e902712 Mon Sep 17 00:00:00 2001 From: Jandalf81 Date: Wed, 15 Aug 2018 16:50:27 +0200 Subject: [PATCH] Fixed dowload location --- ReadMe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index b52db22..bc7ed2c 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/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.