Add yaru.sh
This commit is contained in:
parent
dd3b6dc35f
commit
a43063d60e
1 changed files with 19 additions and 0 deletions
19
yaru.sh
Normal file
19
yaru.sh
Normal file
|
@ -0,0 +1,19 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Yay telepítése
|
||||
echo "Yay telepítése..."
|
||||
git clone https://aur.archlinux.org/yay-bin.git
|
||||
cd yay-bin
|
||||
makepkg -si --noconfirm
|
||||
cd ..
|
||||
rm -rf yay-bin
|
||||
echo "Yay telepítése befejeződött."
|
||||
|
||||
# Yaru téma telepítése
|
||||
echo "Yaru téma telepítése..."
|
||||
git clone https://aur.archlinux.org/yaru.git
|
||||
cd yaru
|
||||
makepkg -si --noconfirm
|
||||
cd ..
|
||||
rm -rf yaru
|
||||
echo "Yaru téma telepítése befejeződött."
|
Loading…
Reference in a new issue