diff options
| author | quydang <81231812+quydang04@users.noreply.github.com> | 2023-12-23 11:56:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-23 11:56:56 +0300 |
| commit | 6a41e19f7ab98b46cbf00a4d9f10395e2113ff1d (patch) | |
| tree | d692a1d806d861c58f5fa14f87f549b049dedb92 /x-ui.sh | |
| parent | 0d2bdde149b467e563807b59da0f42b3c0ebc743 (diff) | |
Update README and added support for AlmaLinux. (#1435)
* Update install.sh
* Update x-ui.sh
* Update install.sh
* Update README.md
* Update install.sh
Diffstat (limited to 'x-ui.sh')
| -rw-r--r-- | x-ui.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ elif [[ "${release}" == "debian" ]]; then if [[ ${os_version} -lt 10 ]]; then echo -e "${red} Please use Debian 10 or higher ${plain}\n" && exit 1 fi +elif [[ "${release}" == "almalinux" ]]; then + if [[ ${os_version} -lt 9 ]]; then + echo -e "${red} Please use Almalinux 9 or higher ${plain}\n" && exit 1 + fi elif [[ "${release}" == "arch" ]]; then echo "Your OS is ArchLinux" elif [[ "${release}" == "manjaro" ]]; then |
