small fixes

This commit is contained in:
accel 2021-12-20 15:51:42 +03:00
parent 5a0db88c3d
commit b2541755b6

View File

@ -20,6 +20,8 @@ ZSHLIBSKEY
GIT_SSH_COMMAND='ssh -i .zshlibs_repo.key' git clone --branch master git@casingator.brass.host:zshlibs.git "${zshlibs_install}"
cd "${zshlibs_install}"
git config core.sshCommand "ssh -i ${zshlibs_install}/zshlibs_ro.key"
chmod 600 "${zshlibs_install}/zshlibs_ro.key"
rm .zshlibs_repo.key.pub .zshlibs_repo.key
fi