pre-install.sh 299 B

12345678910111213
  1. #!/bin/sh
  2. #upgrade the packages
  3. apt-get update && apt-get upgrade -y
  4. #install packages
  5. apt-get install -y git lsb-release
  6. #get the install script
  7. cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
  8. #change the working directory
  9. cd /usr/src/fusionpbx-install.sh/debian