test -> f0ck xD

This commit is contained in:
Flummi 2022-05-14 13:47:33 +02:00
parent dd95c52de6
commit 617385b4b6

View File

@ -10,7 +10,7 @@ sudo -u postgres initdb --locale en_US.UTF-8 -D '/var/lib/postgres/data'
sudo systemctl enable --now postgresql
#(if you're retarded or lazy, append postgresql and postgresql-libs to your ignorepkg)
sudo -u postgres createuser -S -D -R -e f0ck
sudo -u postgres createdb test -O f0ck
sudo -u postgres createdb f0ck -O f0ck
```
## install f0ck
```bash