mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
10 lines
206 B
Bash
Executable File
10 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# This script is run by Vagrant when a new machine is provisioned.
|
|
#
|
|
|
|
sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded
|
|
sudo apt-get update
|
|
sudo apt-get install -y gcc-arm-none-eabi git
|
|
|