Skip to content

Commit

Permalink
Update package names in install.sh
Browse files Browse the repository at this point in the history
package names have changed in debian bookworm (v12)
  • Loading branch information
justinotherguy authored Nov 29, 2024
1 parent b936b96 commit 6adcad8
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 pidof git cmake pkg-config 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 6adcad8

Please sign in to comment.