mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 16:16:31 +00:00
15 lines
377 B
Bash
15 lines
377 B
Bash
#!/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
|