From 2d14f41f0cb62a7e35f448b3a3cc34305f17508f Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Mon, 10 Jun 2024 11:44:44 +0200 Subject: [PATCH] ADD shebang DEL comments --- mycarbon/download_update_gitea.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mycarbon/download_update_gitea.sh b/mycarbon/download_update_gitea.sh index 9532be4..5670a97 100755 --- a/mycarbon/download_update_gitea.sh +++ b/mycarbon/download_update_gitea.sh @@ -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"