From 656168a8857ce08bf8160b947c095a36a82b222a Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 25 Oct 2021 12:12:45 -0400 Subject: [PATCH 1/2] Fix auto-enable arch repos After enabling arch repos, need to download database files. Otherwise, calls to `pacman -S` return errors that are suppressed by redirection to /dev/null. Error Message: ```sh warning: database file for 'extra' does not exist (use "-Sy" to download) error: failed to prepare transcation (could not find database) ``` Fixes: https://github.com/LukeSmithxyz/LARBS/issues/393 --- larbs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/larbs.sh b/larbs.sh index 26c405c..e6445a7 100644 --- a/larbs.sh +++ b/larbs.sh @@ -77,6 +77,7 @@ refreshkeys() { \ echo "[$repo] Include = /etc/pacman.d/mirrorlist-arch" >> /etc/pacman.conf done + pacman -Sy >/dev/null 2>&1 pacman-key --populate archlinux ;; esac ;} From 3dd2d3c54249a1be91a5381fd66c85f26d865a36 Mon Sep 17 00:00:00 2001 From: yukki-14 <92980692+yukki-14@users.noreply.github.com> Date: Sat, 4 Dec 2021 22:52:56 +0800 Subject: [PATCH 2/2] brave -> brave-bin --- progs.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs.csv b/progs.csv index 93e34ce..e7db8c6 100644 --- a/progs.csv +++ b/progs.csv @@ -24,7 +24,7 @@ A,gtk-theme-arc-gruvbox-git,"gives the dark GTK theme used in LARBS." ,man-db,"lets you read man pages of programs." ,ncmpcpp,"a ncurses interface for music with multiple formats and a powerful tag editor." ,newsboat,"is a terminal RSS client." -,brave,"is an elegant browser with built-in adblocking, tor and other features." +A,brave-bin,"is an elegant browser with built-in adblocking, tor and other features." ,noto-fonts-emoji,"is an emoji font." ,ntfs-3g,"allows accessing NTFS partitions." ,pipewire,"is the audio system."