mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-10-31 23:36:30 +00:00
14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
##############################################################################
|
||
|
# DO NOT MODIFY THIS FILE. Instead, modify 'helpers/custom'.
|
||
|
##############################################################################
|
||
|
|
||
|
. helpers/default
|
||
|
. helpers/custom
|
||
|
|
||
|
warn_if_not_root
|
||
|
|
||
|
spacer 1; separator "="
|
||
|
echo " BOOTSTRAPPING '$COOKBOOK_NAME'..."
|
||
|
separator "="; spacer 1
|