From 4f24b3c59eafacf8009b5e5abbb1310743411ff5 Mon Sep 17 00:00:00 2001 From: Ben Fogt Date: Sun, 25 Nov 2018 23:23:04 -0600 Subject: [PATCH] Updated dependencies --- Multi-Reflector-Installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Multi-Reflector-Installer.sh b/Multi-Reflector-Installer.sh index 3c6d615..3c5ce44 100755 --- a/Multi-Reflector-Installer.sh +++ b/Multi-Reflector-Installer.sh @@ -7,7 +7,7 @@ # not be installed via this script. I dont know where # you will install it and building logic around that will take # time. When Version 1 gets released, it will have that feature, -# along with many more. +# along with many more. # This script is just a proof of concept and will be itterated over time. # Stay tuned... @@ -66,7 +66,7 @@ echo "-------------------------------------------------------------------------- echo "" echo "Installing dependicies..........." echo "" -echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list +#echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list #Required when SSL gets added, not yet though. apt update apt -y install git build-essential apache2 php libapache2-mod-php php7.0-mbstring screen wget python-certbot-apache -t stretch-backports a2enmod php7.0