remove sudo in message about restart

This commit is contained in:
2025-04-08 14:58:45 +02:00
parent 0b3dacfb32
commit ee5f9924f8

View File

@@ -23,7 +23,7 @@ from gitea import change_to_gitea
def exit():
print('please restart sudo ./install.py again')
print('please restart ./install.py again')
sys.exit()
@@ -42,7 +42,6 @@ except ImportError:
serial = None
if serial is None:
print('please restart ./install.py again')
exit()