From 0ed864e4c03780f0bbc7b31840a5b6b563bf491f Mon Sep 17 00:00:00 2001 From: lif Date: Sat, 6 Jun 2026 16:02:17 +0100 Subject: [PATCH] add paru --- setup.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.sh b/setup.sh index 5da4d65..94e7517 100644 --- a/setup.sh +++ b/setup.sh @@ -3,6 +3,13 @@ curl -s https://raw.githubusercontent.com/linux-surface/linux-surface/master/pkg sudo pacman-key --lsign-key 56C464BAAC421453 +sudo pacman -S --needed base-devel + +# Paru +git clone https://aur.archlinux.org/paru.git +cd paru +makepkg -si +cd ~ # sudo pacman -Syu # sudo pacman -S linux-surface linux-surface-headers iptsd