From 7685ca23301517a0a21135271bf9aeb886f88c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=90=D0=B1?= =?UTF-8?q?=D0=B4=D1=80=D0=B0=D1=85=D0=BC=D0=B0=D0=BD=D0=BE=D0=B2?= <565963@gmail.com> Date: Wed, 9 Oct 2024 15:41:39 +0300 Subject: [PATCH] fix: install.sh not existing path --- scripts/install.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 2f5aa26..1fc71a9 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -3,8 +3,14 @@ SCRIPT=$(readlink -f "$0") DIR=$(dirname "$SCRIPT") +# Create dirrectory for systemd scripts +cd $HOME/.config/ +mkdir systemd +cd systemd/ +mkdir user + # Update daemon files -cd $DIR +cd "$DIR" cp -ur ../services/* ~/.config/systemd/user # Daemon launch