From 8bc0dd65b5c8aa3d788e80ed05c5c69856a1879d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 9 Jul 2022 13:14:21 +0200 Subject: [PATCH] uncomment from ubuntu_setup --- ubuntu_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu_setup.sh b/ubuntu_setup.sh index 9be078488..849b87bca 100644 --- a/ubuntu_setup.sh +++ b/ubuntu_setup.sh @@ -23,8 +23,8 @@ chown postgres:postgres /etc/postgresql/14/main/pg_hba.conf sudo rm /etc/nginx/sites-available -r sudo rm /etc/nginx/sites-enabled/default -# psql -U postgres -f schema.sql postgres -# psql -U postgres -f seed-db.sql postgres +psql -U postgres -f schema.sql postgres +psql -U postgres -f seed-db.sql postgres pip3 install -r requirements.txt mkdir /songs mkdir /images