Skip to content

Commit

Permalink
add missing ncurses-devel and wget, as per cardano-node/doc/getting-s…
Browse files Browse the repository at this point in the history
…tarted/install.md
  • Loading branch information
TrevorBenson committed Jan 9, 2022
1 parent fec3c36 commit a4ccadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/prereqs.sh
Expand Up @@ -197,7 +197,7 @@ if [ "$WANT_BUILD_DEPS" = 'Y' ]; then
$sudo yum ${pkg_opts} install curl > /dev/null
$sudo yum ${pkg_opts} update > /dev/null
echo " Installing missing prerequisite packages, if any.."
pkg_list="python3 coreutils libffi-devel gmp-devel openssl-devel ncurses-libs systemd systemd-devel libsodium-devel zlib-devel make gcc-c++ tmux git jq gnupg2 libtool autoconf iproute bc traceroute dialog sqlite util-linux xz"
pkg_list="python3 coreutils libffi-devel gmp-devel openssl-devel ncurses-devel ncurses-libs systemd systemd-devel libsodium-devel zlib-devel make gcc-c++ tmux git jq gnupg2 libtool autoconf iproute bc traceroute dialog sqlite util-linux xz wget"
if [[ "${VERSION_ID}" == "2" ]] ; then
#AmazonLinux2
pkg_list="${pkg_list} libusb ncurses-compat-libs pkgconfig srm"
Expand Down

0 comments on commit a4ccadc

Please sign in to comment.