From aa0f8787379d83a4cba935e5918055dcf2430cc0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 10 Jun 2022 15:44:52 +0200 Subject: [PATCH] make the new format for the env file work with ubuntu_setup --- ubuntu_setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu_setup b/ubuntu_setup index 07793cbeb..c56bc2ef7 100644 --- a/ubuntu_setup +++ b/ubuntu_setup @@ -5,7 +5,9 @@ git config --global credential.helper store cd /rDrama cp ./env /env +sed -i 's/^/export /g;s/=/="/g;s/$/"/g' /env . /env + apt -y update apt -y upgrade apt -y install git redis-server python3-pip libenchant1c2a ffmpeg tmux nginx snapd ufw gpg-agent