mirror of
https://github.com/Febbweiss/rclone_script.git
synced 2026-03-04 22:25:36 +00:00
rclone_script-install.sh
* changed some progress entries rclone_script-uninstall.sh * changed some progress entries ReadMe.md * added link to Wiki
This commit is contained in:
@@ -16,7 +16,11 @@ chmod 755 ~/scripts/rclone_script/rclone_script-install.sh;
|
|||||||
```
|
```
|
||||||
and follow the instructions.
|
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?
|
## Again, what does this do?
|
||||||
|
|
||||||
|
|||||||
@@ -142,18 +142,18 @@ function initSteps ()
|
|||||||
{
|
{
|
||||||
steps[1]="1. RCLONE"
|
steps[1]="1. RCLONE"
|
||||||
steps[2]=" 1a. Test for RCLONE binary [ waiting... ]"
|
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[4]=" 1c. Test RCLONE remote [ waiting... ]"
|
||||||
steps[5]=" 1d. Create RCLONE remote [ waiting... ]"
|
steps[5]=" 1d. Create RCLONE remote [ waiting... ]"
|
||||||
steps[6]="2. PNGVIEW"
|
steps[6]="2. PNGVIEW"
|
||||||
steps[7]=" 2a. Test for PNGVIEW binary [ waiting... ]"
|
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[9]=" 2c. Compile PNGVIEW [ waiting... ]"
|
||||||
steps[10]="3. IMAGEMAGICK"
|
steps[10]="3. IMAGEMAGICK"
|
||||||
steps[11]=" 3a. Test for IMAGEMAGICK [ waiting... ]"
|
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[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[15]=" 4b. Create RCLONE_SCRIPT menu item [ waiting... ]"
|
||||||
steps[16]=" 4c. Configure RCLONE_SCRIPT [ waiting... ]"
|
steps[16]=" 4c. Configure RCLONE_SCRIPT [ waiting... ]"
|
||||||
steps[17]="5. RUNCOMMAND"
|
steps[17]="5. RUNCOMMAND"
|
||||||
@@ -385,7 +385,8 @@ function 1dCreateRCLONEremote ()
|
|||||||
--title "Installer" \
|
--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 \
|
--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
|
2>&1 > /dev/tty
|
||||||
|
|
||||||
|
clear
|
||||||
rclone config
|
rclone config
|
||||||
|
|
||||||
1cTestRCLONEremote
|
1cTestRCLONEremote
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ function initSteps ()
|
|||||||
steps[4]="2. PNGVIEW"
|
steps[4]="2. PNGVIEW"
|
||||||
steps[5]=" 2a. Remove PNGVIEW binary [ waiting... ]"
|
steps[5]=" 2a. Remove PNGVIEW binary [ waiting... ]"
|
||||||
steps[6]="3. IMAGEMAGICK"
|
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[8]="4. RCLONE_SCRIPT"
|
||||||
steps[9]=" 4a. Remove RCLONE_SCRIPT files [ waiting... ]"
|
steps[9]=" 4a. Remove RCLONE_SCRIPT files [ waiting... ]"
|
||||||
steps[10]=" 4b. Remove RCLONE_SCRIPT menu item [ waiting... ]"
|
steps[10]=" 4b. Remove RCLONE_SCRIPT menu item [ waiting... ]"
|
||||||
|
|||||||
Reference in New Issue
Block a user