Fixes in scripts for use native python

This commit is contained in:
absurdo 2023-11-25 19:48:47 +01:00
parent 205ff97ce3
commit def162c1c9
9 changed files with 28 additions and 27 deletions

View file

@ -1,4 +1,4 @@
#!/opt/pythonenv/bin/python3 -u
#!/usr/bin/python3 -u
import sys, os
import subprocess

View file

@ -1,4 +1,4 @@
#!/opt/pythonenv/bin/python3 -u
#!/usr/bin/python3 -u
import sys
import subprocess
@ -160,4 +160,5 @@ if subprocess.call("sudo echo 'mariadb-server mariadb-server/root_password_again
sys.exit(1)
"""
print('Setted the password')
#print('Setted the password')
print('Mariadb installed!')