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` # 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. # 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_service="https://gitlab.codycook.us/readynas-scripts/4360psufix.sh/-/raw/master/etc/systemd/system/multi-user.target.wants/rr4360psu.service"
get_script="http://ntgr.support/scripts/readynas_os_6/rr4360psu.sh" get_script="https://gitlab.codycook.us/readynas-scripts/4360psufix.sh/-/raw/master/etc/frontview/support/rr4360psu.sh"
get_timer="http://ntgr.support/scripts/readynas_os_6/rr4360psu.timer" 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" script="/etc/frontview/support/rr4360psu.sh"
echo "Downloading and installing systemd components." echo "Downloading and installing systemd components."