index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall.py | 4 |
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\\\';\'"' |