small fix to bootstrap

This commit is contained in:
Aleksey 2023-12-15 19:12:34 +00:00
parent 81dc0eb0d6
commit 881296f0f7
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

View File

@ -1,6 +1,6 @@
function zlibs_install() function zlibs_install()
{ {
git clone --branch master https://git.brass.host/tea/zshlibs.git git clone --branch master https://git.brass.host/tea/zshlibs.git "${HOME}/.local/zshlibs"
} }
if [[ -z ${zshlibs_install} ]] if [[ -z ${zshlibs_install} ]]
then then