Skip to content

Commit

Permalink
add missing prerequisites for ip detection
Browse files Browse the repository at this point in the history
Fixes #128
  • Loading branch information
herr-seppia authored Jan 3, 2025
1 parent c9a1951 commit 7275e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,10 @@ echo "Checking prerequisites"
update_pkg_database
check_installed unzip unzip
check_installed curl curl
check_installed route net-tools
check_installed jq jq
check_installed logrotate logrotate
check_installed dig dnsutils

# Ensure dusk group and user exist
if ! id -u dusk >/dev/null 2>&1; then
Expand Down

0 comments on commit 7275e76

Please sign in to comment.