Procházet zdrojové kódy

Fixed another download location

Jandalf81 před 7 roky
rodič
revize
82c696a0f9
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      rclone_script-install.sh

+ 2 - 0
rclone_script-install.sh

@@ -289,6 +289,8 @@ installRCLONE_SCRIPT ()
 
 	# download uninstall script
 	printf "${NORMAL}   Getting UNINSTALL script... "
+echo "${url}/${branch}/rclone_script-uninstall.sh"
+echo "https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-uninstall.sh"
 		
 	{ # try
 		retval=$(wget -q -N -P ~/scripts ${url}/${branch}/rclone_script-uninstall.sh 2>&1) &&