From 7684069d0b7012190f6efea8af7d6552830682de Mon Sep 17 00:00:00 2001 From: Promofaux Date: Sun, 2 Oct 2016 10:33:04 +0100 Subject: [PATCH] verifyFreeDiskSpace BEFORE installing any dependencies --- automated install/basic-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index c9c16e8a..7388dcd7 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -926,13 +926,13 @@ if [[ -f ${setupVars} ]];then fi # Start the installer +# Verify there is enough disk space for the install +verifyFreeDiskSpace # Install packages used by this installation script installerDependencies if [[ ${useUpdateVars} == false ]]; then welcomeDialogs - # Verify there is enough disk space for the install - verifyFreeDiskSpace ${SUDO} mkdir -p /etc/pihole/ # Find IP used to route to outside world