Update script
This commit is contained in:
parent
dd9e282226
commit
4e6a093206
@ -89,12 +89,12 @@ EOF
|
||||
sed -i "s/^enabled=1/enabled=0/" /etc/yum.repos.d/wazuh.repo
|
||||
;;
|
||||
|
||||
Arch)
|
||||
Arch|ManjaroLinux)
|
||||
echo "Distribucion detectada: Arch"
|
||||
echo "Familia principal: Arch"
|
||||
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
|
||||
cd wazuh-4.4.2
|
||||
./install.sh
|
||||
|
Loading…
Reference in New Issue
Block a user