mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +00:00
verifyFreeDiskSpace BEFORE installing any dependencies
This commit is contained in:
parent
73c85ae68a
commit
7684069d0b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue