From bb6919ad8143e1ee60feea0a42a789105dbe27e7 Mon Sep 17 00:00:00 2001 From: Didier Date: Mon, 6 Mar 2023 13:50:33 +0100 Subject: [PATCH] fix: pfetch dir --- scripts/05-zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/05-zsh.sh b/scripts/05-zsh.sh index 34b1bb6..75ee7f6 100644 --- a/scripts/05-zsh.sh +++ b/scripts/05-zsh.sh @@ -5,7 +5,7 @@ $SUDO $PM $PM_INSTALL $PM_NOCONFIRM \ # install pfetch [ -d /tmp/pfetch ] || $SUDO bash -c \ - "git clone https://github.com/dylanaraps/pfetch.git /tmp/pfetch && cd /tmp/pfetch && (chmod a+x ./pfetch && $SUDO mv ./pfetch /usr/local/pfetch)" + "git clone https://github.com/dylanaraps/pfetch.git /tmp/pfetch && cd /tmp/pfetch && (chmod a+x ./pfetch && $SUDO mv ./pfetch /usr/local/bin/pfetch)" # install omz bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended || echo "zsh not installed"