File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 5959 && apt-get remove -y --purge \
6060 wget \
6161 && apt-get clean \
62- && rm -rf /var/lib/apt/lists/*
63- && git clone git@github.com:arduino/ArduinoCore-API .ArduinoCore-API
64- && sed '/WCharacter.h/ s/./\/\/ &/' .ArduinoCore-API/api/ArduinoAPI.h > .ArduinoCore-API/api/tmpArduinoAPI.h ;
65- && mv .ArduinoCore-API/api/tmpArduinoAPI.h .ArduinoCore-API/api/ArduinoAPI.h ;
66- && ln -sf ~/.ArduinoCore-API/api cores/arduino/. ;
67- && printf '%s\n ' "Module Successfully setup..." ;
62+ && rm -rf /var/lib/apt/lists/* \
63+ && git clone https://github.com/arduino/ArduinoCore-API.git .ArduinoCore-API \
64+ && sed '/WCharacter.h/ s/./\/\/ &/' .ArduinoCore-API/api/ArduinoAPI.h > .ArduinoCore-API/api/tmpArduinoAPI.h \
65+ && mv .ArduinoCore-API/api/tmpArduinoAPI.h .ArduinoCore-API/api/ArduinoAPI.h \
66+ # && ln -sf ~/.ArduinoCore-API/api cores/arduino/. \
67+ && ls -la \
68+ && printf '%s\n ' "Module Successfully setup..."
You can’t perform that action at this time.
0 commit comments