File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ function is_supported_distro() {
5656 " raspbian"
5757 " ubuntu20"
5858 " ubuntu22"
59+ " ubuntu24"
5960 " centos7"
6061 " rhel7"
6162 " rhel8"
@@ -138,6 +139,10 @@ os_detect () {
138139 CODENAME=" buster"
139140 # We use focal ubuntu package for jammy
140141 elif [ " ${CODENAME} " = " jammy" ]
142+ then
143+ CODENAME=" focal"
144+ # We use focal ubuntu package for noble
145+ elif [ " ${CODENAME} " = " noble" ]
141146 then
142147 CODENAME=" focal"
143148 fi
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ function is_supported_distro() {
5656 " raspbian"
5757 " ubuntu20"
5858 " ubuntu22"
59+ " ubuntu24"
5960 " centos7"
6061 " rhel7"
6162 " rhel8"
@@ -138,6 +139,10 @@ os_detect () {
138139 CODENAME=" buster"
139140 # We use focal ubuntu package for jammy
140141 elif [ " ${CODENAME} " = " jammy" ]
142+ then
143+ CODENAME=" focal"
144+ # We use focal ubuntu package for noble
145+ elif [ " ${CODENAME} " = " noble" ]
141146 then
142147 CODENAME=" focal"
143148 fi
You can’t perform that action at this time.
0 commit comments