diff --git a/bs.sh b/bs.sh index 686a421..4510f90 100644 --- a/bs.sh +++ b/bs.sh @@ -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 ;; diff --git a/progs.csv b/progs.csv index 917ff29..a5d23e5 100644 --- a/progs.csv +++ b/progs.csv @@ -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"