From 0b1df45fcb19183991503efc653e857076b40eda Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 4 May 2022 01:58:00 +0200 Subject: [PATCH] hg --- ubuntu_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu_setup b/ubuntu_setup index deebc8dd7b..0a87cf274f 100644 --- a/ubuntu_setup +++ b/ubuntu_setup @@ -3,7 +3,7 @@ cp ./env /env . /env apt update apt -y upgrade -apt -y install postgresql postgresql-contrib redis-server python3-pip libenchant1c2a ffmpeg +apt -y install git postgresql postgresql-contrib redis-server python3-pip libenchant1c2a ffmpeg tmux nginx cp pg_hba.conf /etc/postgresql/12/main/pg_hba.conf service postgresql restart psql -U postgres -f schema.sql postgres