######################################################## ## Asterisk install script # ## Creation date: 2020-09-05 # ## System info : # ## - Centos 7.8.2003 (also works on Centos 6) # ## - Asterisk 16.13.0 # ## # ## Produced by HOTKEY404 Tomasz Tańcula # ## Contact for info & suggestions: info@hotkey404.com # ######################################################## # run as root su # install wget yum -y install wget # download the installer file cd /usr/src/ wget https://files.hotkey404.com/blog/asterisk16-centos7-install.sh # make it executable chmod +x asterisk16-centos7-install.sh # execute file ./asterisk16-centos7-install.sh # system will ask you to reboot the system as the script finishes