summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabim-deb.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/abim-deb.sh b/abim-deb.sh
index 17c3d3d..0ac9783 100755
--- a/abim-deb.sh
+++ b/abim-deb.sh
@@ -4,11 +4,7 @@
##Package Installation
apt update -y && apt upgrade -y
-apt install nginx python3-certbot-nginx rsync apache2-utils git fcgiwrap cgit calibre lsb-release wget apt-transport-https figlet -y
-wget -O /usr/share/keyrings/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg
-echo "deb [signed-by=/usr/share/keyrings/matrix-org-archive-keyring.gpg] https://packages.matrix.org/debian/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/matrix-org.list
-apt update
-apt install matrix-synapse-py3
+apt install nginx python3-certbot-nginx rsync apache2-utils git fcgiwrap cgit calibre figlet -y
apt autoremove -y
#Gather User Variables
@@ -125,11 +121,6 @@ systemctl enable --now calibre-server
#HTTPS Configuration
certbot --nginx --register-unsafely-without-email
-#Matrix Configuration
-systemctl enable --now matrix-synapse
-echo 'Making "alex" user for Matrix.'
-register_new_matrix_user -c homeserver.yaml http://localhost:8008
-
#Email Server Configuration
#All credit for this part goes to Luke Smith. He's a life saver.
ufw allow 25