From 5b06293c93726d54a9a0989baadfa7c443c40318 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sun, 11 Mar 2018 16:12:13 -0600 Subject: [PATCH] alter links to online scripts --- scripts/ShadowFox_updater_linux.sh | 4 ++-- scripts/ShadowFox_updater_mac.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ShadowFox_updater_linux.sh b/scripts/ShadowFox_updater_linux.sh index 70e42b3..891e6ea 100644 --- a/scripts/ShadowFox_updater_linux.sh +++ b/scripts/ShadowFox_updater_linux.sh @@ -6,8 +6,8 @@ userChrome="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/userChrome.css" userContent="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/userContent.css" -uuid_finder="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/internal_UUID_finder.sh" -updater="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/ShadowFox_updater_linux.sh" +uuid_finder="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/scripts/internal_UUID_finder.sh" +updater="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/scripts/ShadowFox_updater_linux.sh" script_filename="$(basename $0)" currdir=$(pwd) diff --git a/scripts/ShadowFox_updater_mac.sh b/scripts/ShadowFox_updater_mac.sh index 4188606..f8a767b 100644 --- a/scripts/ShadowFox_updater_mac.sh +++ b/scripts/ShadowFox_updater_mac.sh @@ -6,8 +6,8 @@ userChrome="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/userChrome.css" userContent="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/userContent.css" -uuid_finder="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/internal_UUID_finder.sh" -updater="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/ShadowFox_updater_mac.sh" +uuid_finder="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/scripts/internal_UUID_finder.sh" +updater="https://raw.githubusercontent.com/overdodactyl/ShadowFox/master/scripts/ShadowFox_updater_mac.sh" currdir=$(pwd)