From c9fd47a25a76ada1292764147d2aa46b32e8256d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Gj=C3=B8by=20Thom?= <34199185+havardthom@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:45:07 +0100 Subject: [PATCH] Update unifi.sh --- ct/unifi.sh | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/ct/unifi.sh b/ct/unifi.sh index c26457e4..d8813fd0 100644 --- a/ct/unifi.sh +++ b/ct/unifi.sh @@ -16,40 +16,7 @@ cat <<"EOF" EOF } - -function run_avx_check { - if grep -q 'avx' /proc/cpuinfo; then - echo "AVX is supported. Proceeding with LXC setup." - else - echo "AVX instructions supported on this CPU. Would you like to explore alternatives?" - read -p "(y/n): " avx_response - if [[ "$avx_response" =~ ^[Yy]$ ]]; then - handle_avx_alternatives - else - echo "Exiting setup due to lack of AVX support." - exit 1 - fi - fi -} - -function handle_avx_alternatives { - echo "Choose an alternative installation method:" - echo "1) Install MongoDB 4.2 on LXC container" - echo "2) Install UniFi on Debian 12 VM (Coming Soon!)" - read -p "Enter your choice (1): " alt_choice - if [[ "$alt_choice" == "1" ]]; then - echo "Proceeding with MongoDB 4.2 installation on LXC..." - # Set a flag for the installer script - export MONGO_VERSION="4.2" - else - echo "Invalid choice. Only option 1 is currently available." - echo "VM installation option coming soon!" - exit 1 - fi -} - header_info -run_avx_check echo -e "Loading..." APP="Unifi" var_disk="8" @@ -103,4 +70,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${APP}${CL} should be reachable by going to the following URL. - ${BL}https://${IP}:8443${CL} \n" \ No newline at end of file + ${BL}https://${IP}:8443${CL} \n"