Update various arch installs

This commit is contained in:
askiiart 2023-11-20 12:28:28 -06:00
parent 3993e17ba0
commit 516af42ce8
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
5 changed files with 39 additions and 5 deletions

View file

@ -20,9 +20,8 @@ elif command_exists "pacman"; then
cd yay
makepkg -si
cd $WD
yay -S noto-fonts-emoji --noconfirm --needed
yay -S noto-fonts-emoji digikam eog --noconfirm --needed
elif command_exists "zypp"; then
# Untested
echo "not yet implemented"
elif command_exists "emerge"; then
echo "not yet implemented"