More pacman
This commit is contained in:
parent
a0c3a435fc
commit
cd39a145e8
@ -1,6 +1,6 @@
|
||||
echo "Add icon theme coloring"
|
||||
|
||||
if ! yay -! yaru-icon-theme &>/dev/null; then
|
||||
if ! pacman -Q yaru-icon-theme &>/dev/null; then
|
||||
sudo pacman -S --noconfirm yaru-icon-theme
|
||||
|
||||
if [[ -f ~/.config/omarchy/current/theme/icons.theme ]]; then
|
||||
|
@ -2,5 +2,5 @@ echo "Switch from lazydocker-bin to lazydocker official"
|
||||
|
||||
if yay -Q lazydocker-bin >/dev/null; then
|
||||
sudo pacman -Rns --noconfirm lazydocker-bin
|
||||
yay -S --noconfirm lazydocker
|
||||
sudo pacman -S --noconfirm lazydocker
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user