Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
Try sudoing the bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Mar 3, 2018
1 parent a34ff05 commit f51d555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/boxen
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ end

# Make sure our local dependencies are up to date.

strap = %w(script/bootstrap --quiet --deployment --local --without development --no-cache)
strap = %w(sudo script/bootstrap --quiet --deployment --local --without development --no-cache)
abort "Can't bootstrap, dependencies are outdated." unless system *strap

# Set up our local configuration, deps, and load path.
Expand Down

0 comments on commit f51d555

Please sign in to comment.