CentOS typo

This commit is contained in:
paukstelis
2022-07-07 08:43:32 -04:00
parent d7e3a7c660
commit d9b92dc435

View File

@@ -579,7 +579,7 @@ prepare () {
INSTALL=2
break
;;
"Fedora/Centos")
"Fedora/CentOS")
INSTALL=3
break
;;
@@ -656,7 +656,7 @@ prepare () {
echo 'Disabling unneeded services....'
systemctl disable octoprint.service
systemctl disable webcamd.service
systemctl stop webcamd.service
systemctl stop webcamd.service
systemctl disable streamer_select.service
systemctl stop streamer_select.service
echo 'Installing needed packages'