From ed8bcb3e2d419a97e050649407ed1bde6d59ef14 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Wed, 26 Feb 2020 15:18:32 +0000 Subject: [PATCH] cd into dotfiles dir before install --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 12706a4..bb0a001 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -64,4 +64,5 @@ else fi # Install dotfiles +cd $dotfiles_dir source "$dotfiles_dir/install.sh"