Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions scripts/configure_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ elif [ "${OS}" = "darwin" ]; then
install_or_upgrade autoconf
install_or_upgrade automake
install_or_upgrade python3
install_or_upgrade lnav
install_or_upgrade diffutils
lnav -i "$SCRIPTPATH/algorand_node_log.json"
elif [ "${OS}" = "windows" ]; then
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
echo "Error installing pacman dependencies"
Expand Down