Update update.sh

This commit is contained in:
dinger1986 2023-01-31 13:46:15 +00:00 committed by GitHub
parent a8f86e2707
commit 82a74d324e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,9 +136,6 @@ wget "https://github.com/codeskyblue/gohttpserver/releases/download/${GOHTTPLATE
tar -xf gohttpserver_${GOHTTPLATEST}_linux_arm64.tar.gz
fi
rm gohttpserver_${GOHTTPLATEST}_linux_amd64.tar.gz
rm gohttpserver_${GOHTTPLATEST}_linux_arm64.tar.gz
sudo systemctl start gohttpserver.service
echo -e "Updates are complete"