From 1badb8354e6ad26d94ccef6b88d9ea023cc295d6 Mon Sep 17 00:00:00 2001 From: dosnav Date: Wed, 10 Jun 2026 08:44:44 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit исправления пути копирования конфига пользователю --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3fe76cd..25cddec 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ BASH_SRC="$REPO_DIR/.bashrc" install_user() { local target="$1" if [ -z "$target" ]; then - target="$HOME" + target="~" fi if [ -f "$target/.bashrc" ] && [ ! -f "$target/.bashrc.bak" ]; then cp "$target/.bashrc" "$target/.bashrc.bak"