From c7f825858c8c01c17c3f9aab57ba3fe51aa7e697 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Wed, 22 Jan 2025 08:32:28 +0000 Subject: [PATCH] Update installers/linux.sh --- installers/linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/linux.sh b/installers/linux.sh index e9fceae..c3cd6ae 100644 --- a/installers/linux.sh +++ b/installers/linux.sh @@ -6,7 +6,7 @@ URL="https://git.timoxa0.su/timoxa0/lon-tool/releases/download/latest/lon-tool_l exit 1 } -[ -d "$HOME/.local/bin" ] && { +[ -d "$HOME/.local/bin" ] || { mkdir --parent "$HOME/.local/bin" }