1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02:00
Files
2026-03-13 20:48:16 +01:00

14 lines
309 B
Bash
Executable File

#!/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 /workspaces/esp32-nmea2000
pip3 install -U esptool
pip3 install platformio