Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2018-05-24 20:30:14 +0200
committerGitHub <noreply@github.com>2018-05-24 20:30:14 +0200
commit30010a418a0338ba3f513028794552469a9dae11 (patch)
tree7f2dc83a9af0fa53085538ffb1210fa5840047c8
parent88aed640656445c12ca3cee809f4e61ba7d42236 (diff)
parent4031af07597002747ae344dd3e8594520688f4e9 (diff)
Merge branch 'master' into net-deploy
-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\\\';\'"'