remove unnesacery lines from install.sh

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2020-02-16 17:43:21 +00:00
parent 31132aa4ec
commit b74f50ba37
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 1 additions and 16 deletions

View File

@ -50,25 +50,10 @@ echo resolvconf resolvconf/linkify-resolvconf boolean false | debconf-set-select
ln -s /bin/true /usr/local/bin/service
bash -ex "./${PIHOLE_INSTALL}" --unattended
rm /usr/local/bin/service
# Old way of setting up
#install_dependent_packages INSTALLER_DEPS[@]
#install_dependent_packages PIHOLE_DEPS[@]
#install_dependent_packages PIHOLE_WEB_DEPS[@]
# IPv6 support for nc openbsd better than traditional
apt-get install -y --force-yes netcat-openbsd
piholeGitUrl="${piholeGitUrl}"
webInterfaceGitUrl="${webInterfaceGitUrl}"
webInterfaceDir="${webInterfaceDir}"
#git clone --branch "${CORE_VERSION}" --depth 1 "${piholeGitUrl}" "${PI_HOLE_LOCAL_REPO}"
#git clone --branch "${WEB_VERSION}" --depth 1 "${webInterfaceGitUrl}" "${webInterfaceDir}"
# tmpLog="/tmp/pihole-install.log"
# installLogLoc="${installLogLoc}"
# FTLdetect 2>&1 | tee "${tmpLog}"
# installPihole 2>&1 | tee "${tmpLog}"
# mv "${tmpLog}" /
fetch_release_metadata() {
local directory="$1"
local version="$2"