Skip to content

Commit

Permalink
add package libdigest-sha-perl
Browse files Browse the repository at this point in the history
is needed for debian (minimal installation)
  • Loading branch information
dlt-green committed Jul 18, 2024
1 parent d17ec16 commit 589900e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5137,7 +5137,7 @@ echo "> $gn""$InstallerHash""$xx"
echo " $gr""$(cat /etc/issue | cut -d ' ' -f 1)"" | m=\"$opt_mode\" | t=\"$opt_time\" | r=\"$opt_reboot\" | c=\"$opt_check\" | l=\"$opt_level\"""$xx"

DEBIAN_FRONTEND=noninteractive sudo apt update >/dev/null 2>&1
DEBIAN_FRONTEND=noninteractive sudo apt install openssl qrencode nano curl jq expect dnsutils ufw bc -y -qq >/dev/null 2>&1
DEBIAN_FRONTEND=noninteractive sudo apt install libdigest-sha-perl openssl qrencode nano curl jq expect dnsutils ufw bc -y -qq >/dev/null 2>&1

sleep 1

Expand Down

0 comments on commit 589900e

Please sign in to comment.