fusionpbx-ldap/Install_Scripts/ubuntu/pre-install.sh

14 lines
299 B
Bash
Raw Normal View History

2022-09-05 13:34:53 +00:00
#!/bin/sh
#upgrade the packages
apt-get update && apt-get upgrade -y
#install packages
apt-get install -y git lsb-release
#get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
#change the working directory
cd /usr/src/fusionpbx-install.sh/ubuntu