From a65806287a8b91668a9e82086ee30dbd5012ca5b Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Tue, 19 Apr 2022 03:45:54 +0000 Subject: [PATCH] Replace ntgr.support URL with gitlab URL. --- rr4360psu_install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rr4360psu_install.sh b/rr4360psu_install.sh index 4ad9942..59e4e2b 100755 --- a/rr4360psu_install.sh +++ b/rr4360psu_install.sh @@ -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 \ No newline at end of file +fi