This commit is contained in:
Iwan Clément
2019-03-10 14:20:20 +01:00
parent 7ded2f0cdd
commit 18cfe7f2e5
2 changed files with 5 additions and 0 deletions

3
softwares/arduino.sls Normal file
View File

@@ -0,0 +1,3 @@
{% if grains['kernel'] == 'Linux' %}
{% set LURL='https://www.arduino.cc/download_handler.php?f=/arduino-1.8.8-linux64.tar.xz' %}
{% endif %}