Removed paru
This commit is contained in:
parent
6a4915d910
commit
073f8cb0a6
1 changed files with 5 additions and 5 deletions
10
install.sh
10
install.sh
|
@ -15,15 +15,15 @@ echo "::1 localhost" >> /etc/hosts
|
||||||
echo "127.0.1.1 arch.localedomain arch" >> /etc/hosts
|
echo "127.0.1.1 arch.localedomain arch" >> /etc/hosts
|
||||||
echo root:test | chpasswd
|
echo root:test | chpasswd
|
||||||
|
|
||||||
git clone https://aur.archlinux.org/paru-bin
|
#git clone https://aur.archlinux.org/paru-bin
|
||||||
cd paru-bin
|
#cd paru-bin
|
||||||
makepkg -si
|
#makepkg -si
|
||||||
cd /
|
#cd /
|
||||||
|
|
||||||
#AUR
|
#AUR
|
||||||
pacman -S base-devel linux-headers linux-lts-headers
|
pacman -S base-devel linux-headers linux-lts-headers
|
||||||
|
|
||||||
paru -S zramd
|
#paru -S zramd
|
||||||
|
|
||||||
# bind = dnsutils (dig, etc.)
|
# bind = dnsutils (dig, etc.)
|
||||||
pacman -S dialog reflector xdg-user-dirs xdg-utils inetutils bind bash-completion openssh rsync iptables-nft ipset firewalld lynx
|
pacman -S dialog reflector xdg-user-dirs xdg-utils inetutils bind bash-completion openssh rsync iptables-nft ipset firewalld lynx
|
||||||
|
|
Loading…
Reference in a new issue