diff --git a/scripts/dappnode_install_pre.sh b/scripts/dappnode_install_pre.sh index d6cf473..25ec1b1 100755 --- a/scripts/dappnode_install_pre.sh +++ b/scripts/dappnode_install_pre.sh @@ -81,7 +81,7 @@ install_wireguard_dkms() { fi } -# LSOF INSTALLATION: used to scan host port 80 in use, https package installation will deppend on it +# LSOF INSTALLATION: used to scan host port 80 in use, https package installation will depend on it install_lsof() { apt-get update -y apt-get install lsof -y | tee -a $LOG_FILE