Commit f3a3ce6b authored by Holger Levsen's avatar Holger Levsen
Browse files

only install ripgrep on Debian nodes



(not available on Ubuntu 16.04)

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent f1d3c700
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -282,7 +282,6 @@ if [ -f /etc/debian_version ] ; then
			psmisc
			python3-psycopg2 
			python3-yaml
			ripgrep
			schroot 
			screen
			slay
@@ -306,6 +305,8 @@ if [ -f /etc/debian_version ] ; then
				munin-plugins-extra/stretch-backports
				pbuilder/stretch-backports
				" ;;
			*)	# not available in Ubuntu 16.04:
				DEBS="$DEBS ripgrep"
		esac
		case $HOSTNAME in
			# needed for rebuilding Debian (using .buildinfo files)