Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/archinstall.py b/archinstall.py
index c274fa3e..66d0f6c3 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -407,7 +407,3 @@ if __name__ == '__main__':
o = run('reboot now')
else:
print('Done. "umount -R /mnt; reboot" when you\'re done tinkering.')
-
-
-
-'su - postgres -c "psql -c \'CREATE USER pdns WITH PASSWORD \\\'SomePassword\\\';\'"'