From c5dda95209b248fac9ec7365f297ae44aabf1732 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:44:30 +0200 Subject: [PATCH] Update links to bookworm --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae483bb..d6d8f50 100644 --- a/README.md +++ b/README.md @@ -184,8 +184,8 @@ echo "PS1='${debian_chroot:+($debian_chroot)}\[\033[01;33m\]\u@\h\[\033[00m\]:\[ ## References - [TrueNAS Forum Thread about Jailmaker](https://www.truenas.com/community/threads/linux-jails-experimental-script.106926/) -- [systemd-nspawn](https://manpages.debian.org/bullseye/systemd-container/systemd-nspawn.1.en.html) -- [machinectl](https://manpages.debian.org/bullseye/systemd-container/machinectl.1.en.html) -- [systemd-run](https://manpages.debian.org/bullseye/systemd/systemd-run.1.en.html) +- [systemd-nspawn](https://manpages.debian.org/bookworm/systemd-container/systemd-nspawn.1.en.html) +- [machinectl](https://manpages.debian.org/bookworm/systemd-container/machinectl.1.en.html) +- [systemd-run](https://manpages.debian.org/bookworm/systemd/systemd-run.1.en.html) - [Run docker in systemd-nspawn](https://wiki.archlinux.org/title/systemd-nspawn#Run_docker_in_systemd-nspawn) - [The original Jailmaker gist](https://gist.github.com/Jip-Hop/4704ba4aa87c99f342b2846ed7885a5d)