Selaa lähdekoodia

Create dep-install.sh

Ayush Sharma 2 vuotta sitten
vanhempi
commit
125fab480d
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      .github/scripts/dep-install.sh

+ 5 - 0
.github/scripts/dep-install.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+cd ${HOME}/Arduino/libraries
+git clone https://github.com/me-no-dev/ESPAsyncWebServer.git ESPAsyncWebServer
+git clone https://github.com/me-no-dev/ESPAsyncTCP.git ESPAsyncTCP
+git clone https://github.com/me-no-dev/AsyncTCP.git AsyncTCP