Skip to content

Commit

Permalink
Merge pull request #10352 from adamboutcher/install_rocky
Browse files Browse the repository at this point in the history
Improved Installer: Added Rocky Linux Support
  • Loading branch information
snipe committed Nov 25, 2021
2 parents 3debe78 + ab06c26 commit bc91aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snipeit.sh
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bc91aef

Please sign in to comment.