Skip to content

Commit 40181b0

Browse files
authored
Change debootstrap target from unstable to bookworm
Fix: unifi-utilities#667 ref: unifi-utilities#669
1 parent cbd829e commit 40181b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nspawn-container/interactive_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ apt -y install systemd-container debootstrap
108108
echo "Creating container required directories"
109109
mkdir -p /data/custom/machines
110110
cd /data/custom/machines
111-
debootstrap --include=systemd,dbus unstable "$container_name"
111+
debootstrap --include=systemd,dbus bookworm "$container_name"
112112

113113
### Finally, let's bring up a shell on this container
114114
echo "Set container Root password, Network setting and enable systemd-networkd"

0 commit comments

Comments
 (0)