verifyFreeDiskSpace BEFORE installing any dependencies

pull/743/head
Promofaux 8 years ago
parent 73c85ae68a
commit 7684069d0b

@ -926,13 +926,13 @@ if [[ -f ${setupVars} ]];then
fi fi
# Start the installer # Start the installer
# Verify there is enough disk space for the install
verifyFreeDiskSpace
# Install packages used by this installation script # Install packages used by this installation script
installerDependencies installerDependencies
if [[ ${useUpdateVars} == false ]]; then if [[ ${useUpdateVars} == false ]]; then
welcomeDialogs welcomeDialogs
# Verify there is enough disk space for the install
verifyFreeDiskSpace
${SUDO} mkdir -p /etc/pihole/ ${SUDO} mkdir -p /etc/pihole/
# Find IP used to route to outside world # Find IP used to route to outside world

Loading…
Cancel
Save