From ca40daa03a6bc3ee77e471145b4aff173f953ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Thu, 23 Jul 2026 22:55:48 +0200 Subject: [PATCH] fix path HOME --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 123b2e3..4984633 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -116,7 +116,7 @@ step "Cloning configuration repository" if [ ! -d "$REPO_DIR" ]; then git clone "$REPO" /home/$USERNAME/$REPO_DIR fi -cd "/HOME/$USERNAME/$REPO_DIR" +cd "/home/$USERNAME/$REPO_DIR" chown -R "$USERNAME:$USERNAME" "/home/$USERNAME/" ################################################################################