From 2f94a7f46423deef3f82f475e11563e118f39243 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 30 Jul 2022 00:21:32 +0200 Subject: [PATCH] add 1 more line to ubuntu_setup.sh --- ubuntu_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu_setup.sh b/ubuntu_setup.sh index ca4f49d84..5ef206847 100644 --- a/ubuntu_setup.sh +++ b/ubuntu_setup.sh @@ -58,4 +58,5 @@ curl https://rclone.org/install.sh | bash echo "psql -U postgres" > /p echo "tmux a -t 0" > /c echo "cd /rDrama && git pull" > /g +echo '{"Bots": true, "Fart mode": false, "Read-only mode": false, "Signups": true}' > /site_settings.json . imei.sh \ No newline at end of file