mirror of
https://github.com/kristoferssolo/karbs.git
synced 2026-03-22 00:26:28 +00:00
Changed wget to curl
This commit is contained in:
1
karbs.sh
1
karbs.sh
@@ -18,6 +18,7 @@ if [[ -f "$FILE" ]]; then
|
||||
else
|
||||
curl -LO https://raw.githubusercontent.com/kristoferssolo/karbs/main/pkg-files/"$size"-pkgs.txt
|
||||
paru -Syu --noconfirm --needed archlinux-keyring - < "$size"-pkgs.txt
|
||||
rm "$size"-pkgs.txt
|
||||
fi
|
||||
|
||||
mkdir -p ~/repos ~/Downloads ~/Documents ~/Videos ~/Music ~/Pictures/screenshots
|
||||
|
||||
Reference in New Issue
Block a user