yum install kernel* -y
grub2-mkconfig -o /boot/efi/EFI/almalinux/grub.cfg
reboot
hostnamectl set-hostname xxxxxx.xxxxx.xxx
### Use YOUR SubDomain
vi /etc/hosts
##Change domain name for actual server ip (xxx.xxx.xxx.xxx complete domain name subdomain only)
timedatectl set-timezone America/New_York
yum check-update
yum update -y
yum -y install epel-release
yum update -y
yum install git -y
yum install -y kernel*
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
reboot
Reboot Before running this script
cd /usr/src/
git clone https://github.com/GenXoutsourcing/new_install
cd new_install
chmod +x Alma8-DBinstaller.sh
./Alma8-DBinstaller.sh
chmod +x Alma8-ASTinstaller.sh
./Alma8-ASTinstaller.sh
chmod +x Alma9-DB-install.sh
./Alma9-DB-install.sh
chmod +x Alma9-AST-install.sh
./Alma9-AST-install.sh
chmod +x vicidial-enable-webrtc.sh
./vicidial-enable-webrtc.sh