Replace ntgr.support URL with gitlab URL.

This commit is contained in:
Cody Cook 2022-04-19 03:45:54 +00:00
commit a65806287a

View file

@ -8,9 +8,9 @@
# alternatively, `wget https://gitlab.codycook.us/readynas-scripts/4360psufix.sh/raw/master/rr4360psu_install.sh; chmod +x rr4360psu_install.sh; ./rr4360psu_install.sh`
# if internet is a problem, download files from below and copy/paste the details into via SSH/SDM/Console.
get_service="http://ntgr.support/scripts/readynas_os_6/rr4360psu.service"
get_script="http://ntgr.support/scripts/readynas_os_6/rr4360psu.sh"
get_timer="http://ntgr.support/scripts/readynas_os_6/rr4360psu.timer"
get_service="https://gitlab.codycook.us/readynas-scripts/4360psufix.sh/-/raw/master/etc/systemd/system/multi-user.target.wants/rr4360psu.service"
get_script="https://gitlab.codycook.us/readynas-scripts/4360psufix.sh/-/raw/master/etc/frontview/support/rr4360psu.sh"
get_timer="https://gitlab.codycook.us/readynas-scripts/4360psufix.sh/-/raw/master/etc/systemd/system/multi-user.target.wants/rr4360psu.timer"
script="/etc/frontview/support/rr4360psu.sh"
echo "Downloading and installing systemd components."
@ -28,4 +28,4 @@ if [ "$0" == "bash" ] || [ "$0" == "sh" ]; then
echo "Not removing installing. exiting."
else
rm "$0" && echo "Cleaned up installation and exiting."
fi
fi