From c05482a803768c927ea4e0c786abcf231f6174a5 Mon Sep 17 00:00:00 2001 From: eichehome Date: Mon, 17 Jan 2022 00:28:34 +0100 Subject: [PATCH] Added paru --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index fd19af3..1c0b408 100644 --- a/install.sh +++ b/install.sh @@ -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