Removed old static-get bundle

This commit is contained in:
bauen1 2017-03-11 21:45:33 +01:00
parent dc097c5be0
commit 729d843bd0
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -1,10 +0,0 @@
#!/bin/sh
SRC_DIR=$(pwd)
mkdir -p ../../../work/src/minimal_overlay/rootfs/usr/bin
cd ../../../work/src/minimal_overlay/rootfs/
# download static-get
wget -O usr/bin/static-get http://raw.githubusercontent.com/minos-org/minos-static/master/static-get
chmod +rx usr/bin/static-get