From 8b95f0b44f6b6ba9e40a9babbaa87fe8ec4415c8 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 18 Feb 2022 12:40:38 +0000 Subject: Update updates.sh --- shared/updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/updates.sh') diff --git a/shared/updates.sh b/shared/updates.sh index b229f8e..29b26ad 100755 --- a/shared/updates.sh +++ b/shared/updates.sh @@ -2,7 +2,7 @@ echo "updater: Downloading update..." -wget https://github.com/Minteck/Neutron/archive/trunk.zip &>/dev/null +wget https://gitlab.minteck.org/minteck/neutron/-/archive/trunk/neutron-trunk.zip &>/dev/null code=$? if [[ $code -eq 0 ]]; then echo "updater: Success" -- cgit