Skip to content

Commit a92bb19

Browse files
authored
Merge pull request #6225 from onetechnical/onetechnical/lnav-beta
Dev Tools: remove lnav dependency from beta branch
2 parents fdf5711 + 0578a61 commit a92bb19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/configure_dev.sh

-2
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ elif [ "${OS}" = "darwin" ]; then
9393
install_or_upgrade autoconf
9494
install_or_upgrade automake
9595
install_or_upgrade python3
96-
install_or_upgrade lnav
9796
install_or_upgrade diffutils
98-
lnav -i "$SCRIPTPATH/algorand_node_log.json"
9997
elif [ "${OS}" = "windows" ]; then
10098
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
10199
echo "Error installing pacman dependencies"

0 commit comments

Comments
 (0)