From 045eb62fd7437992bca49c06c2e178be84c60583 Mon Sep 17 00:00:00 2001 From: dulanting Date: Tue, 28 Oct 2025 14:53:06 +0800 Subject: [PATCH] chore: fix wrong word in comment Signed-off-by: dulanting --- scripts/dappnode_install_pre.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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