mirror of
https://github.com/kristoferssolo/karbs.git
synced 2025-10-21 19:00:35 +00:00
Changed wget to curl
This commit is contained in:
parent
409e8c4e27
commit
a11bbb1208
2
karbs.sh
2
karbs.sh
@ -16,7 +16,7 @@ FILE=pkg-files/"$size"-pkgs.txt
|
||||
if [[ -f "$FILE" ]]; then
|
||||
paru -Syu --noconfirm --needed archlinux-keyring - < /pkg-files/"$size"-pkgs.txt
|
||||
else
|
||||
wget https://raw.githubusercontent.com/kristoferssolo/karbs/main/pkg-files/"$size"-pkgs.txt
|
||||
curl -LO https://raw.githubusercontent.com/kristoferssolo/karbs/main/pkg-files/"$size"-pkgs.txt
|
||||
paru -Syu --noconfirm --needed archlinux-keyring - < "$size"-pkgs.txt
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user