DEL unused temp_file

This commit is contained in:
2024-07-24 02:05:14 +02:00
parent c2f0f9002b
commit c484e74f9a
3 changed files with 78 additions and 1 deletions

View File

@ -11,7 +11,6 @@ file_suffix="linux-amd64"
install_dir="/usr/local/bin"
file_gitea="gitea"
temp_folder="temp.gitea.08154711"
temp_file=${temp_folder}/${file_gitea}
# get the latest version with the website_latest uri to github:
website_version_raw=$( curl -Ls -I -o /dev/null -w %{url_effective} ${website_latest} )