This commit is contained in:
Wryn (yage) Wagner 2023-11-11 09:32:03 -07:00
parent f9216c3da5
commit 966af43ba7

View File

@ -25,7 +25,7 @@ OS__GET_OS() {
[[ $OS_NAME =~ ^ubuntu$ ]] && OS_NAME=debian [[ $OS_NAME =~ ^ubuntu$ ]] && OS_NAME=debian
echo $OS_NAME echo $OS_NAME | tr '[:upper:]' '[:lower:]'
} }
##################################################################### #####################################################################
@ -55,7 +55,6 @@ OS__INSTALL_MANAGED_DEPENDENCIES() {
STATUS 'checking os dependencies' STATUS 'checking os dependencies'
case $OS_NAME in case $OS_NAME in
arch ) arch )
REMINDER "package 'base-devel' is required"
;; ;;
debian ) ;; debian ) ;;
* ) * )