ADD shebang DEL comments
This commit is contained in:
parent
04a882f52f
commit
2d14f41f0c
@ -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
|
echo "Update the Gitea from the website and restart Gitea Service"
|
||||||
# if [ -n "$1" ]
|
|
||||||
# then
|
|
||||||
# version=$1
|
|
||||||
# fi
|
|
||||||
|
|
||||||
website_latest="https://github.com/go-gitea/gitea/releases/latest"
|
website_latest="https://github.com/go-gitea/gitea/releases/latest"
|
||||||
website_uri="https://dl.gitea.io/gitea"
|
website_uri="https://dl.gitea.io/gitea"
|
||||||
|
Loading…
Reference in New Issue
Block a user