master #50

Merged
schrumpel merged 101 commits from master into dev 2022-10-22 23:40:03 +00:00
Showing only changes of commit f22b8b4e0d - Show all commits

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 sudo systemctl enable --now postgresql
#(if you're retarded or lazy, append postgresql and postgresql-libs to your ignorepkg) #(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 createuser -S -D -R -e f0ck
sudo -u postgres createdb test -O f0ck sudo -u postgres createdb f0ck -O f0ck
``` ```
## install f0ck ## install f0ck
```bash ```bash