ソースを参照

Download emulator_setting.xml on install

Eric Ostrowski 6 年 前
コミット
292bbe027b
1 ファイル変更3 行追加2 行削除
  1. 3 2
      rclone_script-install.sh

+ 3 - 2
rclone_script-install.sh

@@ -18,7 +18,7 @@ UNDERLINE="\Zu"
 
 # global variables
 url="https://raw.githubusercontent.com/Dannflower/rclone_script"
-branch="master"
+branch="psp-save-support"
 
 # configuration variables
 remotebasedir=""
@@ -647,7 +647,8 @@ function 4aGetRCLONE_SCRIPT ()
 		wget -N -P ~/scripts/rclone_script ${url}/${branch}/rclone_script.sh --append-output="${logfile}" &&
 		wget -N -P ~/scripts/rclone_script ${url}/${branch}/rclone_script-menu.sh --append-output="${logfile}" &&
 		wget -N -P ~/scripts/rclone_script ${url}/${branch}/rclone_script-uninstall.sh --append-output="${logfile}" &&
-		
+		wget -N -P ~/scripts/rclone_script ${url}/${branch}/emulator_settings.xml --append-output="${logfile}" &&
+
 		# change mod
 		chmod +x ~/scripts/rclone_script/rclone_script.sh >> "${logfile}" &&
 		chmod +x ~/scripts/rclone_script/rclone_script-menu.sh >> "${logfile}" &&