Add Artix Omniverse repos

This commit is contained in:
Petar Kapriš 2025-04-21 09:25:02 +02:00
parent 8dd73b9e7b
commit 2db390a2b6
2 changed files with 9 additions and 3 deletions

8
bs.sh
View file

@ -158,12 +158,18 @@ refreshkeys() {
pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1
;;
*)
whiptail --infobox "Enabling Arch Repositories for more a more extensive software collection..." 7 40
whiptail --infobox "Enabling Arch and Artix Omniverse Repositories for more a more extensive software collection..." 7 40
pacman --noconfirm --needed -S \
artix-keyring artix-archlinux-support >/dev/null 2>&1
grep -q "^\[extra\]" /etc/pacman.conf ||
echo "[extra]
Include = /etc/pacman.d/mirrorlist-arch" >>/etc/pacman.conf
grep -q "^\[extra\]" /etc/pacman.conf ||
echo "[omniverse]
]
Server = https://artix.sakamoto.pl/omniverse/$arch
Server = https://eu-mirror.artixlinux.org/omniverse/$arch
Server = https://omniverse.artixlinux.org/$arch" >>/etc/pacman.conf
pacman -Sy --noconfirm >/dev/null 2>&1
pacman-key --populate archlinux >/dev/null 2>&1
;;

View file

@ -1,5 +1,6 @@
#TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing)
,hyprland,"is a tiling compositor for wayland."
,librewolf,"is the default browser of LARBS which also comes with ad-blocking and other sensible and necessary features by default."
,kitty,"is a terminal emulator."
,kitty-terminfo,"enables terminal libraries to utilize kitty's capabilities."
,aerc,"does something"
@ -17,6 +18,7 @@
,cronie,"does something"
,dhcpcd-openrc,"does something"
,element-desktop,"does something"
,vscodium,"does something"
,ffmpeg,"can record and splice video and audio on the command line."
,firefox,"does something"
,fzf,"is a fuzzy finder tool used for easy selection and location of files."
@ -156,7 +158,6 @@ A,exodus,"does something"
A,fatcat,"does something"
A,fuse-emulator,"does something"
A,ida-free,"does something"
A,librewolf-bin,"is the default browser of LARBS which also comes with ad-blocking and other sensible and necessary features by default."
A,light,"does something"
A,python-angr,"does something"
A,tcllib,"does something"
@ -164,7 +165,6 @@ A,tkimg,"does something"
A,tklib,"does something"
A,tremc,"does something"
A,udiskie-dmenu-git,"does something"
A,vscodium,"does something"
A,waydroid,"does something"
A,waydroid-openrc,"does something"
A,wl-screenrec,"does something"

1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
2 hyprland is a tiling compositor for wayland.
3 librewolf is the default browser of LARBS which also comes with ad-blocking and other sensible and necessary features by default.
4 kitty is a terminal emulator.
5 kitty-terminfo enables terminal libraries to utilize kitty's capabilities.
6 aerc does something
18 cronie does something
19 dhcpcd-openrc does something
20 element-desktop does something
21 vscodium does something
22 ffmpeg can record and splice video and audio on the command line.
23 firefox does something
24 fzf is a fuzzy finder tool used for easy selection and location of files.
158 A fatcat does something
159 A fuse-emulator does something
160 A ida-free does something
A librewolf-bin is the default browser of LARBS which also comes with ad-blocking and other sensible and necessary features by default.
161 A light does something
162 A python-angr does something
163 A tcllib does something
165 A tklib does something
166 A tremc does something
167 A udiskie-dmenu-git does something
A vscodium does something
168 A waydroid does something
169 A waydroid-openrc does something
170 A wl-screenrec does something