forked from norman/fusionpbx-install.sh-github-mirror
Create environment.sh
This commit is contained in:
11
centos/resources/environment.sh
Normal file
11
centos/resources/environment.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
#operating system details
|
||||
os_name=$(uname -s)
|
||||
os_version=$(uname -r)
|
||||
os_mode='unknown'
|
||||
|
||||
#cpu details
|
||||
cpu_name=$(uname -m)
|
||||
cpu_architecture='unknown'
|
||||
cpu_mode='unknown'
|
||||
Reference in New Issue
Block a user