Update tweak.sh
This commit is contained in:
parent
420c311f80
commit
7f56350030
1 changed files with 21 additions and 24 deletions
45
tweak.sh
45
tweak.sh
|
@ -8,30 +8,6 @@ sudo pacman -Syu --noconfirm
|
|||
echo "Csomagok telepítése..."
|
||||
sudo pacman -S --noconfirm nano bash-completion spice-vdagent git
|
||||
|
||||
# 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."
|
||||
|
||||
|
||||
|
||||
|
||||
# pacman.conf helyének meghatározása
|
||||
PACMAN_CONF="/etc/pacman.conf"
|
||||
|
@ -69,6 +45,27 @@ fi
|
|||
|
||||
echo "A módosítások sikeresen megtörténtek: #ParallelDownloads = 5 frissítve, ILoveCandy hozzáadva, #Color frissítve."
|
||||
|
||||
# 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."
|
||||
|
||||
# Grub fájl helye
|
||||
GRUB_DEFAULT="/etc/default/grub"
|
||||
|
|
Loading…
Reference in a new issue