Added paru
This commit is contained in:
parent
2befef5e45
commit
c05482a803
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ echo "::1 localhost" >> /etc/hosts
|
|||
echo "127.0.1.1 arch.localedomain arch" >> /etc/hosts
|
||||
echo root:test | chpasswd
|
||||
|
||||
git clone https://aur.archlinux.org/paru-bin
|
||||
cd paru-bin
|
||||
makepkg -si
|
||||
cd /
|
||||
|
||||
#AUR
|
||||
pacman -S base-devel linux-headers linux-lts-headers
|
||||
|
||||
|
|
Loading…
Reference in a new issue