This commit is contained in:
anki-code 2020-04-22 02:08:18 +03:00
parent 63481b8fc9
commit aa01fd232c
2 changed files with 1 additions and 3 deletions

2
xxh
View file

@ -5,8 +5,6 @@ from shutil import which
from xxh_xxh.xxh import xxh, eeprint
if __name__ == '__main__':
if os.name == 'nt':
eeprint(f"Windows is not supported. WSL1 is not recommended also. WSL2 is not tested yet.")
if not which('ssh'):
eeprint('Install OpenSSH client before using xxh: https://duckduckgo.com/?q=how+to+install+openssh+client+in+linux')

View file

@ -7,7 +7,7 @@ from base64 import b64encode
from signal import signal, SIGINT
from .shell import *
XXH_VERSION = '0.7.13'
XXH_VERSION = '0.7.14'
def sigint_handler(signal_received, frame):
sys.exit(0)