Skip to content
Snippets Groups Projects
Commit 23a9bcd2 authored by Holger Levsen's avatar Holger Levsen
Browse files

update_jdn: special case the one bullseye node we have already


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent b108293d
No related branches found
No related tags found
No related merge requests found
...@@ -331,6 +331,12 @@ if [ -f /etc/debian_version ] ; then ...@@ -331,6 +331,12 @@ if [ -f /etc/debian_version ] ; then
DEBS="$DEBS DEBS="$DEBS
init-system-helpers/bionic-backports init-system-helpers/bionic-backports
" ;; " ;;
ionos7*) # runs bullseye and doesnt have buster-backports as the rest
# (could be done nicer but soon all nodes will run bullseye)
DEBS="$DEBS
ripgrep
mmdebstrap
" ;;
*) # packages to be installed on all Debian systems but which are not available in Ubuntu 18.04: *) # packages to be installed on all Debian systems but which are not available in Ubuntu 18.04:
DEBS="$DEBS DEBS="$DEBS
ripgrep ripgrep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment