From 9260041aeca5b1eefa61494689683efaa2ed63ea Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 5 Dec 2024 09:57:47 +0100 Subject: [PATCH] Bootstrap dependencies after setup --- scripts/Common/OS/setup.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index 9ddd383f..1163c4cf 100755 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -59,9 +59,9 @@ function runSetup and echo "Cloning project..." and source "$dir/../../lib/copy-repo.fish" "$mountDir$PROJECT_CLONE_ROOT" - 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 runChroot "$mountDir" git config --system --add safe.directory "$PROJECT_CLONE_ROOT" and runHook setupOS + and runHook --force bootstrapSetup "Please set up a function `bootstrapSetup` for installing `fish` into the " and echo "Preparing auto-login..." and runHook --force autologin "Please set up a function `autologin` for setting up autologin for the `root` user"