Update argonone-irconfig.sh
This commit is contained in:
parent
7ba2ac006c
commit
656ed4540d
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
CHECKPLATFORM="Others"
|
||||
# CHECKPLATFORM="Others"
|
||||
CHECKPLATFORM="Raspbian"
|
||||
# Check if Raspbian
|
||||
grep -q -F 'Raspbian' /etc/os-release &> /dev/null
|
||||
if [ $? -eq 0 ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue