Update arch_install.sh
This commit is contained in:
parent
abe27b57d8
commit
fa27165cf2
1 changed files with 8 additions and 6 deletions
|
@ -59,6 +59,14 @@ while true; do
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
# Frissítsük a csomaglistát
|
||||||
|
echo "Csomaglista frissítése..."
|
||||||
|
sudo pacman -Syu --noconfirm
|
||||||
|
|
||||||
|
# Nano és Bash-completion telepítése
|
||||||
|
echo "Csomagok telepítése..."
|
||||||
|
sudo pacman -S --noconfirm nano bash-completion spice-vdagent git
|
||||||
|
|
||||||
# Yay telepítése
|
# Yay telepítése
|
||||||
echo "Yay telepítése..."
|
echo "Yay telepítése..."
|
||||||
git clone https://aur.archlinux.org/yay-bin.git
|
git clone https://aur.archlinux.org/yay-bin.git
|
||||||
|
@ -82,13 +90,7 @@ rm -rf yaru
|
||||||
echo "Yaru téma telepítése befejeződött."
|
echo "Yaru téma telepítése befejeződött."
|
||||||
|
|
||||||
|
|
||||||
# Frissítsük a csomaglistát
|
|
||||||
echo "Csomaglista frissítése..."
|
|
||||||
sudo pacman -Syu --noconfirm
|
|
||||||
|
|
||||||
# Nano és Bash-completion telepítése
|
|
||||||
echo "Csomagok telepítése..."
|
|
||||||
sudo pacman -S --noconfirm nano bash-completion spice-vdagent git
|
|
||||||
|
|
||||||
# pacman.conf helyének meghatározása
|
# pacman.conf helyének meghatározása
|
||||||
PACMAN_CONF="/etc/pacman.conf"
|
PACMAN_CONF="/etc/pacman.conf"
|
||||||
|
|
Loading…
Reference in a new issue