mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-11 08:27:23 +01:00
Update updater.py
Co-Authored-By: Christoph Daniel Miksche <wronnay@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ if functions.checkVersion(github_version, current_version):
|
||||
## downloading xz
|
||||
print ("downloading", github_version_tag+'gitea.xz')
|
||||
tmpxz = settings.tmpdir+'gitea-'+github_version+'-'+settings.gtsystem+'.xz'
|
||||
download(gtdownload, tmpxz)
|
||||
functions.download(gtdownload, tmpxz)
|
||||
|
||||
# doing sha256 sum
|
||||
os.chdir(settings.tmpdir)
|
||||
|
||||
Reference in New Issue
Block a user