Update argonone-irconfig.sh
This commit is contained in:
parent
b19608fdf9
commit
821e55862f
|
|
@ -282,7 +282,8 @@ fi
|
||||||
|
|
||||||
if [ ! -f "$irdecodefile" ]
|
if [ ! -f "$irdecodefile" ]
|
||||||
then
|
then
|
||||||
sudo wget https://download.argon40.com/argonone-irdecoder.py -O $irdecodefile --quiet
|
#sudo wget https://download.argon40.com/argonone-irdecoder.py -O $irdecodefile --quiet
|
||||||
|
sudo wget https://gitee.com/openfans-community/Debian-Pi-Aarch64/raw/master/hardware/argon1/argonone-irdecoder.py -O $irdecodefile --quiet
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo python3 $irdecodefile $remotemode
|
sudo python3 $irdecodefile $remotemode
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue