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."