forked from MarseyWorld/MarseyWorld
add '#!/bin/bash' to all .sh files
parent
35346b9859
commit
d5e714d1b3
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /rDrama
|
||||
. ./.env
|
||||
gunicorn files.__main__:app -w 3
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
. ./.env
|
||||
export DATABASE_URL="postgresql://postgres@postgres:5432"
|
||||
export REDIS_URL="redis://redis:6379"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
apt -y update
|
||||
apt -y upgrade
|
||||
apt -y install git redis-server python3-pip ffmpeg tmux nginx snapd ufw gpg-agent htop nano
|
||||
|
|
Loading…
Reference in New Issue