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

pull/244/head
Spencer Smith 2016-05-13 02:48:13 -07:00
parent 242e96d251
commit f949bfd46c
1 changed files with 2 additions and 0 deletions

View File

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