From 4ae992c98596ac06f9fa7e14c18e0c3b899a5620 Mon Sep 17 00:00:00 2001 From: Corey Vixie Date: Sun, 29 Mar 2020 12:18:28 -0700 Subject: [PATCH] Add vagrant bootstrap script --- bootstrap.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..0f412fb --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +export DEBIAN_FRONTEND=noninteractive +sudo apt-get -yq install curl gcc vim git device-tree-compiler g++-arm-linux-gnueabihf +echo 'curl https://sh.rustup.rs -sSf | sh -s -- -y;' | su vagrant + +cd /vagrant/st7701s +/home/vagrant/.cargo/bin/rustup target add armv7-unknown-linux-gnueabihf