fix: pfetch dir

This commit is contained in:
Strix 2023-10-14 22:38:09 +02:00
parent 88f1fd8d01
commit f7340b1397
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -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"