mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
fix checksums
This commit is contained in:
parent
955c7c1a65
commit
b9ebc757af
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ def it_self_update():
|
|||
tar.close()
|
||||
file_name = '{0}-{1}'.format(_m.__all__, __new_version__)
|
||||
os.chdir(file_name)
|
||||
check_md5(pkg_checksum(slpkg_tar_file[1:], "slpkg"),
|
||||
_m.build_path + slpkg_tar_file)
|
||||
check_md5(pkg_checksum(_m.__all__ + "-" + slpkg_tar_file[1:],
|
||||
_m.__all__), _m.build_path + slpkg_tar_file)
|
||||
subprocess.call('chmod +x {0}'.format('install.sh'), shell=True)
|
||||
subprocess.call('sh install.sh', shell=True)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue