From bbabab9ffe31cf8b75e66515611a849f24f02093 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 30 Jul 2022 00:19:55 +0200 Subject: [PATCH] add 1 more line to ubuntu_setup.sh --- ubuntu_setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ubuntu_setup.sh b/ubuntu_setup.sh index f9c6f5eae..ca4f49d84 100644 --- a/ubuntu_setup.sh +++ b/ubuntu_setup.sh @@ -55,6 +55,7 @@ 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 "psql -U postgres" > /p echo "tmux a -t 0" > /c +echo "cd /rDrama && git pull" > /g . imei.sh \ No newline at end of file