Update cbsh_arch.sh
This commit is contained in:
parent
9fc4d56a2e
commit
c14d5142bc
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user