Adjust hook description
This commit is contained in:
parent
ce0b241e50
commit
d5ffcf2a69
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ function runSetup
|
|||
|
||||
and echo "Cloning project..."
|
||||
and source "$dir/../../lib/copy-repo.fish" "$mountDir$PROJECT_CLONE_ROOT"
|
||||
and runHook initOS "Please set up a function `initOS` for initializing the mounted OS"
|
||||
and runHook initOS "Please set up a function `initOS` for initializing the mounted OS and installing valhalla dependencies"
|
||||
and runChroot "$mountDir" git config --system --add safe.directory "$PROJECT_CLONE_ROOT"
|
||||
and runHook --force bootstrapSetup "Please set up a function `bootstrapSetup` for installing `fish` into the "
|
||||
and runHook setupOS
|
||||
|
|
Loading…
Reference in a new issue