make the new format for the env file work with ubuntu_setup
parent
3e365484fd
commit
aa0f878737
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue