diff options
Diffstat (limited to 'shared/updates.sh')
-rwxr-xr-x | shared/updates.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |