Update automated install/basic-install.sh

Co-authored-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: Adam Warner <github@adamwarner.co.uk>
pull/4828/head
Adam Warner 2 years ago committed by GitHub
parent fc2a564cc0
commit 313c0ddf28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -376,7 +376,7 @@ package_manager_detect() {
}
check_epel_repo_required(){
# If the host OS is centos (or a derivative),
# If the host OS is centos (or a derivative), epel is required for lighttpd
if grep -qiE 'centos|scientific|alma|rocky' /etc/redhat-release; then
# Check current CentOS major release version
CURRENT_CENTOS_VERSION=$(grep -oP '(?<= )[0-9]+(?=\.?)' /etc/redhat-release)

Loading…
Cancel
Save