diff --git a/ReadMe.md b/ReadMe.md index bc7ed2c..3de1dbe 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -16,7 +16,11 @@ chmod 755 ~/scripts/rclone_script/rclone_script-install.sh; ``` and follow the instructions. -I recommend reading this page completely before actually doing this! Also, I made [this IMGur album](https://imgur.com/a/nOFxP5Y) to show you the installation process and what happens afterwards. +I recommend reading this page completely before actually doing this! You can also look at these Wiki pages to better understand what this script does: + +* [Setup of RCLONE_SCRIPT](wiki/Setup-of-RCLONE_SCRIPT) +* Configure RCLONE_SCRIPT +* RCLONE_SCRIPT menu ## Again, what does this do? diff --git a/rclone_script-install.sh b/rclone_script-install.sh index 717413c..219a547 100644 --- a/rclone_script-install.sh +++ b/rclone_script-install.sh @@ -142,18 +142,18 @@ function initSteps () { steps[1]="1. RCLONE" steps[2]=" 1a. Test for RCLONE binary [ waiting... ]" - steps[3]=" 1b. Get RCLONE binary [ waiting... ]" + steps[3]=" 1b. Download RCLONE binary [ waiting... ]" steps[4]=" 1c. Test RCLONE remote [ waiting... ]" steps[5]=" 1d. Create RCLONE remote [ waiting... ]" steps[6]="2. PNGVIEW" steps[7]=" 2a. Test for PNGVIEW binary [ waiting... ]" - steps[8]=" 2b. Get PNGVIEW source [ waiting... ]" + steps[8]=" 2b. Download PNGVIEW source [ waiting... ]" steps[9]=" 2c. Compile PNGVIEW [ waiting... ]" steps[10]="3. IMAGEMAGICK" steps[11]=" 3a. Test for IMAGEMAGICK [ waiting... ]" - steps[12]=" 3b. Get IMAGEMAGICK [ waiting... ]" + steps[12]=" 3b. apt-get install IMAGEMAGICK [ waiting... ]" steps[13]="4. RCLONE_SCRIPT" - steps[14]=" 4a. Get RCLONE_SCRIPT files [ waiting... ]" + steps[14]=" 4a. Download RCLONE_SCRIPT files [ waiting... ]" steps[15]=" 4b. Create RCLONE_SCRIPT menu item [ waiting... ]" steps[16]=" 4c. Configure RCLONE_SCRIPT [ waiting... ]" steps[17]="5. RUNCOMMAND" @@ -385,7 +385,8 @@ function 1dCreateRCLONEremote () --title "Installer" \ --msgbox "\nPlease create a new remote within RCLONE now. Name that remote ${RED}retropie${NORMAL}. Please consult the RCLONE documentation for further information:\n https://www.rclone.org\n\nOpening RCLONE CONFIG now..." 20 50 \ 2>&1 > /dev/tty - + + clear rclone config 1cTestRCLONEremote diff --git a/rclone_script-uninstall.sh b/rclone_script-uninstall.sh index cd61e71..148d2f3 100644 --- a/rclone_script-uninstall.sh +++ b/rclone_script-uninstall.sh @@ -102,7 +102,7 @@ function initSteps () steps[4]="2. PNGVIEW" steps[5]=" 2a. Remove PNGVIEW binary [ waiting... ]" steps[6]="3. IMAGEMAGICK" - steps[7]=" 3a. Remove IMAGEMAGICK binary [ waiting... ]" + steps[7]=" 3a. apt-get remove IMAGEMAGICK [ waiting... ]" steps[8]="4. RCLONE_SCRIPT" steps[9]=" 4a. Remove RCLONE_SCRIPT files [ waiting... ]" steps[10]=" 4b. Remove RCLONE_SCRIPT menu item [ waiting... ]"