Skip to content

Commit

Permalink
adding debian r12
Browse files Browse the repository at this point in the history
  • Loading branch information
jullrich committed Oct 19, 2023
1 parent b613a02 commit c3ae737
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,11 @@ if [ "$ID" == "debian" ] && [ "$VERSION_ID" == "11" ]; then
distversion=r11
fi

if [ "$ID" == "debian" ] && [ "$VERSION_ID" == "12" ]; then
dist='apt'
distversion=r12
fi

if [ "$ID" == "raspbian" ] && [ "$VERSION_ID" == "8" ]; then
dist='apt'
distversion=r8
Expand Down

0 comments on commit c3ae737

Please sign in to comment.