Skip to content

Commit b040cbf

Browse files
authored
install.sh: fix Debian 12 detection (#31)
The docker image uses Debian stable, which is Debian 12 now.
1 parent 7a5a52e commit b040cbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ grpc_collector_deploy() {
744744

745745
case "${_os_info}" in
746746
"Linux debian 11" | \
747+
"Linux debian 12" | \
747748
"Linux ubuntu 20.04" | \
748749
"Linux ubuntu 22.04" | \
749750
"Linux ubuntu 22.10" | \

0 commit comments

Comments
 (0)