remove need for baking image to get writeable /opt/bin

This commit is contained in:
Spencer Smith 2016-05-13 02:48:13 -07:00
parent 242e96d251
commit f949bfd46c

View file

@ -3,6 +3,8 @@ set -e
BINDIR="/opt/bin"
mkdir -p $BINDIR
cd $BINDIR
if [[ -e $BINDIR/.bootstrapped ]]; then