Skip to content

Commit 7927844

Browse files
committed
ncp-dist-upgrade: Run (to-be-merged) debian-12.sh when upgrading from bookworm
1 parent 2125220 commit 7927844

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

bin/ncp-dist-upgrade

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ then
1515
elif [[ "$VERSION_ID" -eq 11 ]]
1616
then
1717
UPGRADE_CMD=(bash /usr/local/bin/ncp-dist-upgrade.d/debian-11.sh)
18+
elif [[ "$VERSION_ID" -eq 12 ]]
19+
then
20+
UPGRADE_CMD=(bash /usr/local/bin/ncp-dist-upgrade.d/debian-12.sh)
1821
else
1922
echo "No dist-upgrade available for OS version: Debian ${VERSION}."
2023
exit 0

bin/ncp-dist-upgrade.d/debian-11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash
22

33
set -eu -o pipefail
44

0 commit comments

Comments
 (0)