mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Support Oracle Linux (#6585)
This commit is contained in:
parent
b9870245fd
commit
d765671e7e
2
debian/clickhouse-server.postinst
vendored
2
debian/clickhouse-server.postinst
vendored
@ -20,7 +20,7 @@ OS=${OS=`lsb_release -is 2>/dev/null ||:`}
|
||||
[ -f /usr/share/debconf/confmodule ] && . /usr/share/debconf/confmodule
|
||||
[ -f /etc/default/clickhouse ] && . /etc/default/clickhouse
|
||||
|
||||
if [ "$OS" = "rhel" ] || [ "$OS" = "centos" ] || [ "$OS" = "fedora" ] || [ "$OS" = "CentOS" ] || [ "$OS" = "Fedora" ]; then
|
||||
if [ "$OS" = "rhel" ] || [ "$OS" = "centos" ] || [ "$OS" = "fedora" ] || [ "$OS" = "CentOS" ] || [ "$OS" = "Fedora" ] || [ "$OS" = "ol" ]; then
|
||||
is_rh=1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user