Update install.python3

This commit is contained in:
amidevous
2024-10-12 13:31:08 +02:00
committed by GitHub
parent 7b859e8d4a
commit e8f040caee
+1
View File
@@ -107,6 +107,7 @@ if __name__ == "__main__":
except:
printc("Creating user")
os.system("sudo adduser --system --shell /bin/false --group --disabled-login xui >/dev/null 2>&1")
os.system("sudo adduser --system --shell /bin/false xui >/dev/null 2>&1")
os.system("mkdir -p /home/xui >/dev/null 2>&1")
##################################################