public-Homekit_Split/001-homekit_hub/lib/AsyncElegantOTA/.github/scripts/dep-install.sh

6 lines
248 B
Bash
Raw Normal View History

2024-07-20 21:58:04 +01:00
#!/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