wip
This commit is contained in:
parent
f3ae91a7da
commit
73d1066bd7
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
local zenDir="$HOME/.local/zen"
|
local zenDir="$HOME/.local/zen"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "$zenDir" || mkdir "$zenDir" && cd "$zenDir"
|
cd "$zenDir" || mkdir -p "$zenDir" && cd "$zenDir"
|
||||||
echo_info "Downloading .tar.gz from $cloneUrl"
|
echo_info "Downloading .tar.gz from $cloneUrl"
|
||||||
if command_exists wget; then
|
if command_exists wget; then
|
||||||
wget "$cloneUrl"
|
wget "$cloneUrl"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue