add desolve repo
This commit is contained in:
parent
49f5c07625
commit
fbc4f0adb1
@ -353,6 +353,14 @@ echo "[chaotic-aur]
|
|||||||
Include = /etc/pacman.d/chaotic-mirrorlist" | sudo tee -a /etc/pacman.conf
|
Include = /etc/pacman.d/chaotic-mirrorlist" | sudo tee -a /etc/pacman.conf
|
||||||
pacman -Sy --noconfirm ungoogled-chromium
|
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
|
## Basic services
|
||||||
systemctl enable --now blutooth.service
|
systemctl enable --now blutooth.service
|
||||||
systemctl enable --now cronie.service
|
systemctl enable --now cronie.service
|
||||||
|
Loading…
Reference in New Issue
Block a user