💥 (ubuntu) drop trusty from installer

This commit is contained in:
Lucas Bickel 2019-07-14 11:09:55 +02:00
parent 977b5c002c
commit f75c533d0b
6 changed files with 5 additions and 102 deletions

View file

@ -24,8 +24,8 @@ In this case the libretime database is only used for the initial connection
over which the libretime_test database is created.
You may need to tweak the exact commands needed to setup postgresql depending
on the distro you installed this to. On Ubuntu trusty the above can be
acheived as follows.
on the distro you installed this to. On Ubuntu the above can be acheived as
follows.
```bash
sudo -u postgres psql -c 'CREATE DATABASE libretime;'