mirror of
https://github.com/Febbweiss/rclone_script.git
synced 2026-03-04 22:25:36 +00:00
Download emulator_setting.xml on install
This commit is contained in:
@@ -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,6 +647,7 @@ 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}" &&
|
||||
|
||||
Reference in New Issue
Block a user