From 9c978a13ac9cd156ebcc7c02570b8a521a4e27d1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 20 May 2022 20:42:18 +0200 Subject: [PATCH] fsd --- ubuntu_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu_setup b/ubuntu_setup index f442f0b55..f3e35c190 100644 --- a/ubuntu_setup +++ b/ubuntu_setup @@ -3,7 +3,7 @@ cp ./env /env . /env apt update apt -y upgrade -apt -y install git postgresql postgresql-contrib redis-server python3-pip libenchant1c2a ffmpeg tmux nginx snapd +apt -y install git postgresql postgresql-contrib redis-server python3-pip libenchant1c2a ffmpeg tmux nginx snapd ufw cp pg_hba.conf /etc/postgresql/12/main/pg_hba.conf service postgresql restart psql -U postgres -f schema.sql postgres