yay is arch exclusive
This commit is contained in:
parent
08226f1221
commit
482eb5a163
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
^. ./sync.conf && $PM_COMMAND $PM_UPGRADE $PM_NOCONFIRM
|
^. ./sync.conf && $PM_COMMAND $PM_UPGRADE $PM_NOCONFIRM
|
||||||
^[ -d /tmp/yay ] && rm -rf /tmp/yay || printf ""
|
^[ -d /tmp/yay ] && rm -rf /tmp/yay || printf ""
|
||||||
command -v yay || (git clone https://aur.archlinux.org/yay /tmp/yay && (cd /tmp/yay && makepkg --noconfirm -si))
|
command -v makepkg && (command -v yay || (git clone https://aur.archlinux.org/yay /tmp/yay && (cd /tmp/yay && makepkg --noconfirm -si)))
|
||||||
^[ -d /tmp/pfetch ] && rm -rf /tmp/pfetch || printf ""
|
^[ -d /tmp/pfetch ] && rm -rf /tmp/pfetch || printf ""
|
||||||
^git clone https://github.com/dylanaraps/pfetch.git /tmp/pfetch && cd /tmp/pfetch && (chmod a+x ./pfetch && $SYS_SUDO mv ./pfetch /usr/local/pfetch)
|
^git clone https://github.com/dylanaraps/pfetch.git /tmp/pfetch && cd /tmp/pfetch && (chmod a+x ./pfetch && $SYS_SUDO mv ./pfetch /usr/local/pfetch)
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended || echo "zsh not installed"
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended || echo "zsh not installed"
|
||||||
|
|
Loading…
Reference in a new issue