From 7b4af63a90a726b98a59b83e53f040a7a566a11d Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:13 +0100 Subject: Update --- shared/updates.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shared/updates.sh') diff --git a/shared/updates.sh b/shared/updates.sh index 0e8387f..b229f8e 100755 --- a/shared/updates.sh +++ b/shared/updates.sh @@ -2,7 +2,7 @@ echo "updater: Downloading update..." -wget https://github.com/Minteck-Projects/Neutron-Core/archive/trunk.zip &>/dev/null +wget https://github.com/Minteck/Neutron/archive/trunk.zip &>/dev/null code=$? if [[ $code -eq 0 ]]; then echo "updater: Success" @@ -15,6 +15,7 @@ fi echo "updater: Extracting..." +mkdir -p ./public rm -dr ./Neutron-trunk unzip trunk.zip code=$? -- cgit