forked from norman/fusionpbx-install.sh-github-mirror
Update environment.sh
This commit is contained in:
2
debian/resources/environment.sh
vendored
2
debian/resources/environment.sh
vendored
@@ -4,7 +4,7 @@
|
|||||||
cpu_name=$(uname -m)
|
cpu_name=$(uname -m)
|
||||||
cpu_architecture='unknown'
|
cpu_architecture='unknown'
|
||||||
cpu_mode='unknown'
|
cpu_mode='unknown'
|
||||||
os_mode = 'unknown'
|
os_mode='unknown'
|
||||||
|
|
||||||
if [ .$cpu_name = .'armv7l' ]; then
|
if [ .$cpu_name = .'armv7l' ]; then
|
||||||
# RaspberryPi 3 is actually armv8l but current Raspbian reports the cpu as armv7l and no Raspbian 64Bit has been released at this time
|
# RaspberryPi 3 is actually armv8l but current Raspbian reports the cpu as armv7l and no Raspbian 64Bit has been released at this time
|
||||||
|
|||||||
Reference in New Issue
Block a user