Преглед изворни кода

rclone_script-install.sh
* changed some progress entries
rclone_script-uninstall.sh
* changed some progress entries
ReadMe.md
* added link to Wiki

Jandalf81 пре 7 година
родитељ
комит
72c9aa8e8b
3 измењених фајлова са 12 додато и 7 уклоњено
  1. 5 1
      ReadMe.md
  2. 6 5
      rclone_script-install.sh
  3. 1 1
      rclone_script-uninstall.sh

+ 5 - 1
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?
 

+ 6 - 5
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

+ 1 - 1
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...  ]"