From 460230c69bcb3e01e0210ad067469c4cd630eec4 Mon Sep 17 00:00:00 2001 From: archos Date: Wed, 2 Apr 2025 19:39:23 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1ny=20fonty=20do=20AUR=20skiptu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_yay.sh | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/install_yay.sh b/install_yay.sh index c7b3931..c2add87 100644 --- a/install_yay.sh +++ b/install_yay.sh @@ -11,25 +11,24 @@ # ################################################################################################################## -package_name="autotiling picom imagewriter" +package_name="autotiling picom imagewriter ttf-openlogos-archupdate nerd-fonts-complete" # Kontrola, zda je git nainstalován if ! command -v git &>/dev/null; then - echo "Instaluji git..." - sudo pacman -S git --needed --noconfirm + echo "Instaluji git..." + sudo pacman -S git --needed --noconfirm fi # Kontrola, zda je nainstalován pomocník pro AUR (např. yay) if ! command -v yay &>/dev/null; then - echo "Instaluji Yay (AUR helper)..." - git clone https://aur.archlinux.org/yay.git - cd yay - makepkg -si --noconfirm - cd .. - rm -rf yay + echo "Instaluji Yay (AUR helper)..." + git clone https://aur.archlinux.org/yay.git + cd yay + makepkg -si --noconfirm + cd .. + rm -rf yay fi # Instalace balíčku z AUR pomocí Yay echo "Instaluji $package_name z AUR..." yay -S $package_name --noconfirm -