From ab06c265271f1d02fadf96299c1047a296c1962d Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 23 Nov 2021 16:13:38 +0000 Subject: [PATCH] Rocky Linux Support Addition to enable Rocky Linux installation. --- snipeit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snipeit.sh b/snipeit.sh index e94cfe018a41..20700463c97a 100755 --- a/snipeit.sh +++ b/snipeit.sh @@ -301,7 +301,7 @@ echo ' ' echo "" -echo " Welcome to Snipe-IT Inventory Installer for CentOS, Fedora, Debian and Ubuntu!" +echo " Welcome to Snipe-IT Inventory Installer for CentOS, Rocky, Fedora, Debian and Ubuntu!" echo "" shopt -s nocasematch case $distro in @@ -323,7 +323,7 @@ case $distro in apache_group=www-data apachefile=/etc/apache2/sites-available/$APP_NAME.conf ;; - *centos*|*redhat*|*ol*|*rhel*) + *centos*|*redhat*|*ol*|*rhel*|*rocky*) echo " The installer has detected $distro version $version." distro=centos apache_group=apache