fix: pfetch dir
This commit is contained in:
parent
37114b94eb
commit
bb6919ad81
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ $SUDO $PM $PM_INSTALL $PM_NOCONFIRM \
|
||||||
|
|
||||||
# install pfetch
|
# install pfetch
|
||||||
[ -d /tmp/pfetch ] || $SUDO bash -c \
|
[ -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
|
# install omz
|
||||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended || echo "zsh not installed"
|
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended || echo "zsh not installed"
|
||||||
|
|
Loading…
Reference in a new issue