Update environment.sh

This commit is contained in:
FusionPBX 2017-10-07 11:37:54 -06:00 committed by GitHub
parent dd3b6dcdf4
commit b7d2ac8352
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/sh
#make sure lsb release is installed
apt-get install lsb-release
#operating system details
os_name=$(lsb_release -is)
os_codename=$(lsb_release -cs)