Commit 9eca0f1f authored by Holger Levsen's avatar Holger Levsen
Browse files

adopt for new trixie systems

parent 3ab8c5c0
Loading
Loading
Loading
Loading
+17 −6
Original line number Diff line number Diff line
@@ -327,6 +327,8 @@ if [ -f /etc/debian_version ] ; then
			locales-all
			lsof
			lzop
			lz4
			mmdebstrap
			molly-guard
			moreutils
			mosh
@@ -344,6 +346,7 @@ if [ -f /etc/debian_version ] ; then
			psmisc
			python3-psycopg2 
			python3-yaml
			ripgrep
			schroot 
			screen
			slay
@@ -362,15 +365,26 @@ if [ -f /etc/debian_version ] ; then
			rb-mail*)	# is still running Debian buster because of python2
				DEBS="$DEBS
				bind9-dnsutils/buster-backports
				ripgrep
				lz4
				monitoring-plugins-contrib/buster-backports
				mmdebstrap
				munin-node/buster-backports
				munin-plugins-core/buster-backports
				munin-plugins-extra/buster-backports
				devscripts/buster-backports
				" ;;
			osuosl4*|osuosl5*)	# packages to be installed on trixie Debian systems
				DEBS="$DEBS
				btop
				debootstrap
				devscripts
				foot-terminfo
				fish
				monitoring-plugins-contrib
				munin-node
				munin-plugins-core
				munin-plugins-extra
				ntpsec
				rsyslog-
				" ;;
			*)	# packages to be installed on bookworm Debian systems
				DEBS="$DEBS
				btop
@@ -378,14 +392,11 @@ if [ -f /etc/debian_version ] ; then
				devscripts
				foot-terminfo
				fish
				lz4
				monitoring-plugins-contrib
				mmdebstrap
				munin-node
				munin-plugins-core
				munin-plugins-extra
				ntpsec
				ripgrep
				rsyslog-
				" ;;
		esac