Add Artix Omniverse repos
This commit is contained in:
parent
8dd73b9e7b
commit
2db390a2b6
2 changed files with 9 additions and 3 deletions
8
bs.sh
8
bs.sh
|
@ -158,12 +158,18 @@ refreshkeys() {
|
||||||
pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1
|
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 \
|
pacman --noconfirm --needed -S \
|
||||||
artix-keyring artix-archlinux-support >/dev/null 2>&1
|
artix-keyring artix-archlinux-support >/dev/null 2>&1
|
||||||
grep -q "^\[extra\]" /etc/pacman.conf ||
|
grep -q "^\[extra\]" /etc/pacman.conf ||
|
||||||
echo "[extra]
|
echo "[extra]
|
||||||
Include = /etc/pacman.d/mirrorlist-arch" >>/etc/pacman.conf
|
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 -Sy --noconfirm >/dev/null 2>&1
|
||||||
pacman-key --populate archlinux >/dev/null 2>&1
|
pacman-key --populate archlinux >/dev/null 2>&1
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing)
|
#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."
|
,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,"is a terminal emulator."
|
||||||
,kitty-terminfo,"enables terminal libraries to utilize kitty's capabilities."
|
,kitty-terminfo,"enables terminal libraries to utilize kitty's capabilities."
|
||||||
,aerc,"does something"
|
,aerc,"does something"
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
,cronie,"does something"
|
,cronie,"does something"
|
||||||
,dhcpcd-openrc,"does something"
|
,dhcpcd-openrc,"does something"
|
||||||
,element-desktop,"does something"
|
,element-desktop,"does something"
|
||||||
|
,vscodium,"does something"
|
||||||
,ffmpeg,"can record and splice video and audio on the command line."
|
,ffmpeg,"can record and splice video and audio on the command line."
|
||||||
,firefox,"does something"
|
,firefox,"does something"
|
||||||
,fzf,"is a fuzzy finder tool used for easy selection and location of files."
|
,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,fatcat,"does something"
|
||||||
A,fuse-emulator,"does something"
|
A,fuse-emulator,"does something"
|
||||||
A,ida-free,"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,light,"does something"
|
||||||
A,python-angr,"does something"
|
A,python-angr,"does something"
|
||||||
A,tcllib,"does something"
|
A,tcllib,"does something"
|
||||||
|
@ -164,7 +165,6 @@ A,tkimg,"does something"
|
||||||
A,tklib,"does something"
|
A,tklib,"does something"
|
||||||
A,tremc,"does something"
|
A,tremc,"does something"
|
||||||
A,udiskie-dmenu-git,"does something"
|
A,udiskie-dmenu-git,"does something"
|
||||||
A,vscodium,"does something"
|
|
||||||
A,waydroid,"does something"
|
A,waydroid,"does something"
|
||||||
A,waydroid-openrc,"does something"
|
A,waydroid-openrc,"does something"
|
||||||
A,wl-screenrec,"does something"
|
A,wl-screenrec,"does something"
|
||||||
|
|
|
Loading…
Add table
Reference in a new issue