Fixes in linux

This commit is contained in:
absurdo 2024-03-12 15:13:40 +01:00
parent b348c2bd3e
commit b10222eca5

View file

@ -11,6 +11,8 @@ def shell_command(command):
if call(command, shell=True) > 0:
print('Error: cannot execute command '+command+"\n\n")
return False
else:
return True
def check_distro(arr_command):