mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
Update setup.sh
This commit is contained in:
parent
6dac45dc85
commit
4319ee4fde
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
|
@ -33,7 +33,7 @@ if [ ! -d teensy_loader_cli ]; then
|
|||
fi
|
||||
cd teensy_loader_cli
|
||||
make
|
||||
sudo cp teensy_loader_cli /usr/local/bin/teensy-loader-cli
|
||||
sudo install -m 755 teensy_loader_cli /usr/local/bin/teensy-loader-cli
|
||||
|
||||
echo "Verifying teensy-loader-cli..."
|
||||
teensy-loader-cli --version || echo "⚠️ teensy-loader-cli failed to install properly"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue