Skip to content

Commit

Permalink
Update binary name in install.sh (Debian Bookworm)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinotherguy authored Dec 5, 2024
1 parent a70a05b commit f263ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ echo "vzlogger installation script"
echo
echo -n "checking prerequisites:"

deps=( grep extrace git cmake pkg-config dh-autoreconf )
deps=( grep extrace git cmake pkg-config dh_autoreconf )
for binary in "${deps[@]}"; do
if binpath="$(which $binary)" ; then
echo -n " $binary"
Expand Down

0 comments on commit f263ebe

Please sign in to comment.