Skip to content

Commit

Permalink
install.sh: fix Debian 12 detection (#31)
Browse files Browse the repository at this point in the history
The docker image uses Debian stable, which is Debian 12 now.
  • Loading branch information
ustorbeck authored Jul 5, 2024
1 parent 7a5a52e commit b040cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ grpc_collector_deploy() {

case "${_os_info}" in
"Linux debian 11" | \
"Linux debian 12" | \
"Linux ubuntu 20.04" | \
"Linux ubuntu 22.04" | \
"Linux ubuntu 22.10" | \
Expand Down

0 comments on commit b040cbf

Please sign in to comment.