From b2541755b6793117bda44cc878eb79b38d9a030a Mon Sep 17 00:00:00 2001 From: accel Date: Mon, 20 Dec 2021 15:51:42 +0300 Subject: [PATCH] small fixes --- zbootstrap.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zbootstrap.zsh b/zbootstrap.zsh index ee7891f..750fb60 100644 --- a/zbootstrap.zsh +++ b/zbootstrap.zsh @@ -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