Update script

This commit is contained in:
Kevin Muñoz 2023-05-22 13:31:45 -05:00
parent dd9e282226
commit 4e6a093206
No known key found for this signature in database
GPG Key ID: 2F287937155A4380

View File

@ -89,12 +89,12 @@ EOF
sed -i "s/^enabled=1/enabled=0/" /etc/yum.repos.d/wazuh.repo sed -i "s/^enabled=1/enabled=0/" /etc/yum.repos.d/wazuh.repo
;; ;;
Arch) Arch|ManjaroLinux)
echo "Distribucion detectada: Arch" echo "Distribucion detectada: Arch"
echo "Familia principal: Arch" echo "Familia principal: Arch"
echo "Paqueteria: Sources" echo "Paqueteria: Sources"
pacman --noconfirm -Syu curl gcc make sudo wget expect gnupg perl-base perl fakeroot python brotli automake autoconf libtool gawk libsigsegv nodejs base-devel inetutils cmake pacman -Syu --noconfirm curl gcc make sudo wget expect gnupg perl-base perl fakeroot python brotli automake autoconf libtool gawk libsigsegv nodejs base-devel inetutils cmake
curl -Ls https://github.com/wazuh/wazuh/archive/v4.4.2.tar.gz | tar zx curl -Ls https://github.com/wazuh/wazuh/archive/v4.4.2.tar.gz | tar zx
cd wazuh-4.4.2 cd wazuh-4.4.2
./install.sh ./install.sh