소스 검색

Fixed download location again

Jandalf81 7 년 전
부모
커밋
02a6971d91
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      rclone_script-install.sh

+ 2 - 2
rclone_script-install.sh

@@ -246,7 +246,7 @@ installRCLONE_SCRIPT ()
 	printf "${NORMAL}   Getting RCLONE_SCRIPT... "
 
 	{ # try
-		retval=$(wget -q -N -P ~/scripts ${url}/{$branch}/rclone_script.sh 2>&1) &&
+		retval=$(wget -q -N -P ~/scripts ${url}/${branch}/rclone_script.sh 2>&1) &&
 		retval=$(sudo chmod 755 ~/scripts/rclone_script.sh 2>&1) &&
 
 		printf "${GREEN}Done\n"
@@ -259,7 +259,7 @@ installRCLONE_SCRIPT ()
 	printf "${NORMAL}   Getting RCLONE_SCRIPT-FULLSYNC... "
 		
 	{ # try
-		retval=$(wget -q -N -P ~/RetroPie/retropiemenu ${url}/{$branch}/rclone_script-fullsync.sh 2>&1) &&
+		retval=$(wget -q -N -P ~/RetroPie/retropiemenu ${url}/${branch}/rclone_script-fullsync.sh 2>&1) &&
 		retval=$(sudo chmod 755 ~/RetroPie/retropiemenu/rclone_script-fullsync.sh 2>&1) &&
 		
 		printf "${GREEN}Done\n"