forked from MarseyWorld/MarseyWorld
Update ubuntu_setup for /scripts dir.
parent
b79a89560f
commit
f28e605a58
|
@ -12,8 +12,10 @@ cp ./env /env
|
|||
sed -i 's/^/export /g;s/=/="/g;s/$/"/g' /env
|
||||
. /env
|
||||
|
||||
cp ./startup.sh /s
|
||||
cp ./startup_chat.sh /s2
|
||||
mkdir /scripts
|
||||
cp ./startup.sh /scripts/s
|
||||
cp ./startup_chat.sh /scripts/s2
|
||||
chmod +x /scripts/*
|
||||
|
||||
sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
|
||||
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||
|
@ -79,4 +81,4 @@ 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
|
||||
echo '{"Bots": true, "Fart mode": false, "Read-only mode": false, "Signups": true, "login_required": false}' > /site_settings.json
|
||||
echo '{"Bots": true, "Fart mode": false, "Read-only mode": false, "Signups": true, "login_required": false}' > /site_settings.json
|
||||
|
|
Loading…
Reference in New Issue