浏览代码

Create dep-install.sh

Ayush Sharma 3 年之前
父节点
当前提交
125fab480d
共有 1 个文件被更改,包括 5 次插入0 次删除
  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