ADD shebang DEL comments

Dieser Commit ist enthalten in:
2024-06-10 11:44:44 +02:00
Ursprung 04a882f52f
Commit 2d14f41f0c
+4 -6
Datei anzeigen
@@ -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"