Commit 445fb20
authored
Support Oracle Linux in install-from-source.sh
Added 'ol' to the list of supported distributions for installation.
Oracle Linux /etc/os-release output:
$ docker run -it oraclelinux:9 cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="9.7"
ID="ol"
ID_LIKE="fedora"
VERSION_ID="9.7"
PLATFORM_ID="platform:el9"
This confirms:
ID="ol"
ID_LIKE="fedora"
Since Oracle Linux is RHEL-compatible and part of the Fedora/RHEL family, handling it under the same case block (fedora | centos | rhel | ol) is appropriate and consistent with existing logic.1 parent 4ce69b6 commit 445fb20
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments