Update argonone-irconfig.sh

This commit is contained in:
aiminick 2021-11-13 00:14:29 +08:00 committed by GitHub
parent 7ba2ac006c
commit 656ed4540d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 ]