######################################################## ## Asterisk install script # ## Date: 2023-04-05 # ## System info: # ## - Rocky 9 # ## - Asterisk 20 # ## # ## 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-20-rocky-9-install.sh # make it executable chmod +x asterisk-20-rocky-9-install.sh # execute file ./asterisk-20-rocky-9-install.sh