From af6b23045d14cac682cbb15c7ae65eb99ad5f2c2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 2 Jul 2022 00:48:01 +0200 Subject: [PATCH] 2 new lines in ubuntu_setup --- ubuntu_setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu_setup.sh b/ubuntu_setup.sh index c56bc2ef7..9be078488 100644 --- a/ubuntu_setup.sh +++ b/ubuntu_setup.sh @@ -53,4 +53,6 @@ ufw allow from 172.64.0.0/13 ufw allow from 131.0.72.0/22 echo "y" | ufw enable curl https://rclone.org/install.sh | bash +echo "psql -U postgres" > /psql +echo "tmux a -t 0" > /c . imei.sh \ No newline at end of file