Download emulator_setting.xml on install

This commit is contained in:
Eric Ostrowski
2019-03-17 12:24:15 -05:00
parent d59bb07795
commit 292bbe027b

View File

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