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

14 lines
266 B
Bash

#!/bin/bash
set -e
set -x
#Dependency stage
if [ ! -f overlay.tar ]; then
echo "ERROR: overlay.tar does not exist, terminating"
exit 1
fi
curl -JLO https://github.com/buildroot/buildroot/archive/2020.02.10.tar.gz
tar xvf buildroot-2020.02.10.tar.gz
mkdir bin/