mirror of
https://github.com/kristoferssolo/karbs.git
synced 2025-10-21 19:00:35 +00:00
Removed 'archkeyrings' from install
This commit is contained in:
parent
5ca5106ba9
commit
98b16062c0
6
karbs.sh
6
karbs.sh
@ -15,13 +15,11 @@ fi
|
||||
|
||||
FILE = "pkg-files/$size-pkgs.txt"
|
||||
|
||||
paru -Syu --noconfirm --needed archlinux-keyring
|
||||
|
||||
if [[ -f "$FILE" ]]; then
|
||||
paru -S --noconfirm --needed - <"pkg-files/$size-pkgs.txt"
|
||||
paru -Syu --noconfirm --needed - <"pkg-files/$size-pkgs.txt"
|
||||
else
|
||||
curl -LO "https://raw.githubusercontent.com/kristoferssolo/karbs/main/pkg-files/$size-pkgs.txt"
|
||||
paru -S --noconfirm --needed - <"$size-pkgs.txt"
|
||||
paru -Syu --noconfirm --needed - <"$size-pkgs.txt"
|
||||
rm "$size"-pkgs.txt
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user