mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
chore(APPS/installer): Detection of BSD* OS (#19285)
Installer output is wrong for BSD*. "acore.sh install-deps" says "This platform is not supported" should be "BSD is not supported yet"
This commit is contained in:
@@ -39,7 +39,7 @@ function inst_configureOS() {
|
|||||||
# TODO: implement different configurations by distro
|
# TODO: implement different configurations by distro
|
||||||
source "$AC_PATH_INSTALLER/includes/os_configs/$DISTRO.sh"
|
source "$AC_PATH_INSTALLER/includes/os_configs/$DISTRO.sh"
|
||||||
;;
|
;;
|
||||||
bsd*) echo "BSD is not supported yet" ;;
|
*bsd*) echo "BSD is not supported yet" ;;
|
||||||
msys*) source "$AC_PATH_INSTALLER/includes/os_configs/windows.sh" ;;
|
msys*) source "$AC_PATH_INSTALLER/includes/os_configs/windows.sh" ;;
|
||||||
*) echo "This platform is not supported" ;;
|
*) echo "This platform is not supported" ;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user