mirror of
https://github.com/MiSTer-devel/Updater_script_MiSTer.git
synced 2026-05-17 03:04:48 +00:00
@@ -237,7 +237,7 @@ if [ "$SSL_SECURITY_OPTION" == "" ]
|
||||
then
|
||||
if [ "$(grep -v "^#" "${ORIGINAL_SCRIPT_PATH}")" == "curl $CURL_RETRY -ksLf https://github.com/MiSTer-devel/Updater_script_MiSTer/blob/master/mister_updater.sh?raw=true | bash -" ]
|
||||
then
|
||||
echo "Downloading $(echo $ORIGINAL_SCRIPT_PATH | sed 's/.*\///g')"
|
||||
echo "Downloading $(sed 's/.*\///' <<< "${ORIGINAL_SCRIPT_PATH}")"
|
||||
echo ""
|
||||
curl $CURL_RETRY $SSL_SECURITY_OPTION -L "https://github.com/MiSTer-devel/Updater_script_MiSTer/blob/master/update.sh?raw=true" -o "$ORIGINAL_SCRIPT_PATH"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user