From c14d5142bc255ad6ff3170e684093a57e80961f2 Mon Sep 17 00:00:00 2001 From: Cameron Miller Date: Fri, 3 Dec 2021 12:38:42 +0000 Subject: [PATCH] Update cbsh_arch.sh --- cbsh_arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbsh_arch.sh b/cbsh_arch.sh index 1351ac2..0a222a0 100755 --- a/cbsh_arch.sh +++ b/cbsh_arch.sh @@ -55,7 +55,7 @@ addrepos() { \ echo "## Adding the CBSH repository to /etc/pacman.conf ##" echo "####################################################" grep -qxF "[cbsh-arch-repo]" /etc/pacman.conf || - (echo "[cbsh-arch-repo]"; echo "SigLevel = Required DatabaseOptional"; \ + (echo "[cbsh-arch-repo]"; echo "SigLevel = Optional DatabaseOptional"; \ echo "Server = https://gitlab.com/cabooshyy/\$repo/-/raw/main/\$arch") | sudo tee -a /etc/pacman.conf } addrepos || err "Error adding the Repo to /etc/pacman.conf."