1
0
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:
Eideen
2019-05-19 14:09:19 +02:00
committed by GitHub
parent a4fa04c035
commit 8c931c6cb3

View File

@@ -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)