We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdf5711 + 0578a61 commit a92bb19Copy full SHA for a92bb19
scripts/configure_dev.sh
@@ -93,9 +93,7 @@ elif [ "${OS}" = "darwin" ]; then
93
install_or_upgrade autoconf
94
install_or_upgrade automake
95
install_or_upgrade python3
96
- install_or_upgrade lnav
97
install_or_upgrade diffutils
98
- lnav -i "$SCRIPTPATH/algorand_node_log.json"
99
elif [ "${OS}" = "windows" ]; then
100
if ! $msys2 pacman -S --disable-download-timeout --noconfirm git automake autoconf m4 libtool make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-jq unzip procps; then
101
echo "Error installing pacman dependencies"
0 commit comments