Skip to content

Commit

Permalink
Merge pull request #9 from Code-Egg/Code-Egg-patch-2-1
Browse files Browse the repository at this point in the history
Add Debian 12
  • Loading branch information
Code-Egg authored Oct 10, 2023
2 parents 44c2eb3 + c14d270 commit 5bbdb0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lsws1clk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,10 @@ check_os()
OSVER=buster
elif [ ${DEBIAN_V} = 11 ] ; then
OSNAMEVER=DEBIAN11
OSVER=bullseye
OSVER=bullseye
elif [ ${DEBIAN_V} = 12 ] ; then
OSNAMEVER=DEBIAN12
OSVER=bookworm
fi
fi
if [ "${OSNAMEVER}" = "" ] ; then
Expand Down

0 comments on commit 5bbdb0c

Please sign in to comment.