Compare commits

..

1 commit
v1.0.5 ... main

Author SHA1 Message Date
timoxa0 c7f825858c Update installers/linux.sh 2025-01-22 08:32:28 +00:00

View file

@ -6,7 +6,7 @@ URL="https://git.timoxa0.su/timoxa0/lon-tool/releases/download/latest/lon-tool_l
exit 1 exit 1
} }
[ -d "$HOME/.local/bin" ] && { [ -d "$HOME/.local/bin" ] || {
mkdir --parent "$HOME/.local/bin" mkdir --parent "$HOME/.local/bin"
} }