Update environment.sh
This commit is contained in:
parent
728dad6873
commit
472836905a
|
|
@ -13,6 +13,9 @@ cpu_name=$(uname -m)
|
||||||
cpu_architecture='unknown'
|
cpu_architecture='unknown'
|
||||||
cpu_mode='unknown'
|
cpu_mode='unknown'
|
||||||
|
|
||||||
|
#set the environment path
|
||||||
|
export PATH=$PATH:/sbin
|
||||||
|
|
||||||
#check what the CPU and OS are
|
#check what the CPU and OS are
|
||||||
if [ .$cpu_name = .'armv6l' ]; then
|
if [ .$cpu_name = .'armv6l' ]; then
|
||||||
# RaspberryPi Zero
|
# RaspberryPi Zero
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue