From 292bbe027b4225a7d1d531f5c7c6d2424cdf36ab Mon Sep 17 00:00:00 2001 From: Eric Ostrowski Date: Sun, 17 Mar 2019 12:24:15 -0500 Subject: [PATCH] Download emulator_setting.xml on install --- rclone_script-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rclone_script-install.sh b/rclone_script-install.sh index 33162e8..223aa63 100644 --- a/rclone_script-install.sh +++ b/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}" &&