ADD shebang DEL comments

This commit is contained in:
Thomas Kuschel 2024-06-10 11:44:44 +02:00
parent 04a882f52f
commit 2d14f41f0c

View File

@ -1,10 +1,8 @@
echo "Update the Gitea from the website and restart Gitea Service"
#!/bin/sh
# Script Updating Gitea (c) Thomas Kuschel
# since 2024
# version=1.15.0
# if [ -n "$1" ]
# then
# version=$1
# fi
echo "Update the Gitea from the website and restart Gitea Service"
website_latest="https://github.com/go-gitea/gitea/releases/latest"
website_uri="https://dl.gitea.io/gitea"