aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-02-18 12:40:38 +0000
committerMinteck <contact@minteck.org>2022-02-18 12:40:38 +0000
commit8b95f0b44f6b6ba9e40a9babbaa87fe8ec4415c8 (patch)
tree156fc06e179be38b05956ab01daa1ad322d7bbd9
parent9060483c3a9a365e0adc7e7ac0ce2fbc278434f7 (diff)
downloadelectrode-8b95f0b44f6b6ba9e40a9babbaa87fe8ec4415c8.tar.gz
electrode-8b95f0b44f6b6ba9e40a9babbaa87fe8ec4415c8.tar.bz2
electrode-8b95f0b44f6b6ba9e40a9babbaa87fe8ec4415c8.zip
Update updates.sh
-rwxr-xr-xshared/updates.sh2
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"