Skip to content

Commit

Permalink
Update nodebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Oct 5, 2024
1 parent 2e445e7 commit 1c0039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ ensure_sudo_dependency()
;;
debian | ubuntu)
apt-get update > /dev/null
apt-get install -y sudo > /dev/null
DEBIAN_FRONTEND=noninteractive apt-get install -y sudo > /dev/null
;;
fedora* | rhel | centos* | rocky | ol)
dnf install --allowerasing --assumeyes sudo > /dev/null
Expand Down

0 comments on commit 1c0039d

Please sign in to comment.