mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2026-09-08 13:12:42 +02:00
Update updater.py
Co-Authored-By: Christoph Daniel Miksche <wronnay@gmail.com>
This commit is contained in:
co-authored by
Christoph Daniel Miksche
parent
a4fa04c035
commit
8c931c6cb3
+1
-1
@@ -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