1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00
Files
esp32-nmea2000-obp60/lib/obp60task/run_install_tools
norbert-walter f8b86e67df Rename file
2025-05-07 16:50:41 +08:00

14 lines
308 B
Bash

#!/bin/bash
# This script installing the tool chain
# in the Gitpod Docker container.
# Attention! Start this cript only in the Gitpod Docker container.
# Start the script with: bash run
# Install tools
echo "Installing tools"
cd /workspace/esp32-nmea2000
pip3 install -U esptool
pip3 install platformio