2
0
Fork 1
butterknife-provisioning-image/00-deps.sh

12 lines
256 B
Bash
Raw Normal View History

2021-02-21 22:51:08 +00:00
#!/bin/bash
set -e
set -x
#Dependency stage
curl -JLO https://github.com/buildroot/buildroot/archive/2020.02.10.tar.gz
2021-02-22 00:40:22 +00:00
tar xf buildroot-2020.02.10.tar.gz
mkdir buildroot-2020.02.10/butterknife/
2021-02-22 22:32:51 +00:00
cp -r overlay/ buildroot-2020.02.10/butterknife/
2021-02-21 22:51:08 +00:00
mkdir bin/