Skip to content

Commit

Permalink
no bookworm repo yet
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <markus.storm@gmx.net>
  • Loading branch information
mstormi committed Nov 17, 2023
1 parent c54cc7c commit 65cbf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/influxdb+grafana.bash
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ influxdb_install() {
myOS="$(lsb_release -si)"
fi
myRelease="$(lsb_release -sc)"
if [[ "$myRelease" == "n/a" ]]; then
if [[ "$myRelease" == "n/a" ]] || [[ "$myRelease" == "bookworm" ]]; then
myRelease=${osrelease:-bullseye}
fi

Expand Down

0 comments on commit 65cbf0d

Please sign in to comment.