Update installers/linux.sh
This commit is contained in:
parent
01cab85f6b
commit
c7f825858c
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue