jarboy
June 25, 2024, 7:02am
1
This is the error message I get rying to install hestia control panel on my oracle VM.Standard.E2.1.Micro instance
sudo ./hst-install.sh
Oracle Linux detected. Proceeding with installation (unsupported).
Your operating system (OS) is not supported by
Hestia Control Panel. Officially supported releases:
Debian 10, 11
Ubuntu 20.04, 22.04 LTS
AlmaLinux, EuroLinux, Red Hat Enterprise Linux, Rocky Linux 8, 9
Any ideas what I can do?
eris
June 25, 2024, 7:55am
2
jarboy:
AlmaLinux, EuroLinux, Red Hat Enterprise Linux, Rocky Linux 8, 9
We don’t support
AlmaLinux, EuroLinux, Red Hat Enterprise Linux, Rocky Linux 8, 9
1 Like
Maybe you were using and old installer or branch? The current branch shouldnt have echoed that back to you although RH derivatives were commented at the top of the script.
jarboy
June 25, 2024, 12:53pm
4
@jperkins I modified the script to try ad allow racle linux:
elif [ “$type” = “ol” ] || [ “$type” = “oracle” ]; then
release=$(cat /etc/redhat-release | cut -f 1 -d ‘.’ | awk ‘{print $3}’)
VERSION=‘oraclelinux’
(thank you (or not) chatgpt
eris
June 25, 2024, 1:00pm
5
Doesn’t work as we don’t support RHEL derived operating systems.
Some users tried to ad support but stopped with it…
1 Like
system
Closed
July 25, 2024, 1:01pm
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.