mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
Update setup.sh
This commit is contained in:
parent
4f85fc8cf2
commit
28e7d1e644
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
|
@ -27,6 +27,8 @@ sudo apt install -y git curl python3 python3-pip build-essential cmake \
|
||||||
# Step 2.5: Install teensy-loader-cli from source
|
# Step 2.5: Install teensy-loader-cli from source
|
||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
echo "Installing teensy-loader-cli manually from source..."
|
echo "Installing teensy-loader-cli manually from source..."
|
||||||
|
sudo apt install -y libusb-dev
|
||||||
|
|
||||||
cd "$HOME"
|
cd "$HOME"
|
||||||
if [ ! -d teensy_loader_cli ]; then
|
if [ ! -d teensy_loader_cli ]; then
|
||||||
git clone https://github.com/PaulStoffregen/teensy_loader_cli.git
|
git clone https://github.com/PaulStoffregen/teensy_loader_cli.git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue