From 8df58b6421e3b20052683e642d084b7f3097b3e1 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 22 Jan 2023 11:53:47 +0200 Subject: [PATCH] stop using tmux --- ubuntu_setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ubuntu_setup.sh b/ubuntu_setup.sh index 19ce206ae..d32fa675c 100644 --- a/ubuntu_setup.sh +++ b/ubuntu_setup.sh @@ -2,7 +2,7 @@ apt -y update apt -y upgrade -apt -y install git redis-server python3-pip ffmpeg tmux nginx snapd ufw gpg-agent htop nano mailutils +apt -y install git redis-server python3-pip ffmpeg nginx snapd ufw gpg-agent htop nano mailutils git config --global credential.helper store cd /rDrama @@ -77,8 +77,6 @@ echo "y" | ufw enable curl https://rclone.org/install.sh | bash echo "psql -U postgres" > /p -echo "tmux -S /tmp/s a -t 0" > /c -echo "tmux -S /tmp/s a -t 1" > /c2 echo "cd /rDrama && git pull" > /g . imei.sh