From fbc4f0adb1700e9115a45ddfe8d22669fba02be1 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 23 Oct 2023 10:27:42 +0200 Subject: [PATCH] add desolve repo --- static/larbs.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/larbs.sh b/static/larbs.sh index 56bcf54..fb14b18 100755 --- a/static/larbs.sh +++ b/static/larbs.sh @@ -353,6 +353,14 @@ echo "[chaotic-aur] Include = /etc/pacman.d/chaotic-mirrorlist" | sudo tee -a /etc/pacman.conf pacman -Sy --noconfirm ungoogled-chromium +## Add desolve r package repo +echo '[desolve] +Server = https://desolve.ru/archrepo/$arch' | sudo tee -a /etc/pacman.conf +### import signing key for this repo +sudo pacman-key --recv-keys DD3BF75DCD96541AC723B7CD6A4CD3276CA8EBBD +sudo pacman-key --lsign-key DD3BF75DCD96541AC723B7CD6A4CD3276CA8EBBD + + ## Basic services systemctl enable --now blutooth.service systemctl enable --now cronie.service