Update update.sh

This commit is contained in:
dinger1986
2023-01-31 13:46:15 +00:00
committed by GitHub
parent a8f86e2707
commit 82a74d324e

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"