Skip to content
Snippets Groups Projects
Commit f949bfd4 authored by Spencer Smith's avatar Spencer Smith
Browse files

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

parent 242e96d2
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ set -e
BINDIR="/opt/bin"
mkdir -p $BINDIR
cd $BINDIR
if [[ -e $BINDIR/.bootstrapped ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment