浏览代码

Fixed RCLONE_SCRIPT-FULLSYNC.SH call to RCLONE_SCRIPT.SH

Jandalf81 7 年之前
父节点
当前提交
15594fea33
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 3 3
      ReadMe.md
  2. 1 1
      rclone_script-fullsync.sh

+ 3 - 3
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.
 

+ 1 - 1
rclone_script-fullsync.sh

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