readme refactor

This commit is contained in:
ed 2022-10-24 18:48:12 +02:00
parent 4b2b4ed52d
commit 75e5e53276
5 changed files with 230 additions and 167 deletions

View file

@ -231,11 +231,11 @@ def hashfile(fn):
def unpack():
"""unpacks the tar yielded by `data`"""
name = "pe-copyparty."
name = "pe-copyparty"
try:
name += str(os.geteuid())
name += "." + str(os.geteuid())
except:
name += "0"
pass
tag = "v" + str(STAMP)
top = tempfile.gettempdir()