######################################################## ## Asterisk install script # ## Date: 2021-04-06 # ## System info: # ## - Centos Stream 8 # ## - Asterisk 18 # ## # ## 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/asterisk-18-centos-stream-8-install.sh # make it executable chmod +x asterisk-18-centos-stream-8-install.sh # execute file ./asterisk-18-centos-stream-8-install.sh