From bca05f1bfaf4035ab74aff85bdb605df38017bcf Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 7 Dec 2022 13:34:47 +0100 Subject: [PATCH] use parallel download --- arch.sh | 1 + arch_wsl.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/arch.sh b/arch.sh index 5e85ba6..b14ea6b 100644 --- a/arch.sh +++ b/arch.sh @@ -23,6 +23,7 @@ main() { # === Colors package manager == sed -i "s/#Color/Color/g" /etc/pacman.conf + sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 3/g" /etc/pacman.conf # === Yay == git clone https://aur.archlinux.org/yay.git diff --git a/arch_wsl.sh b/arch_wsl.sh index 6425b36..9ca065b 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -33,6 +33,7 @@ main() { # === Colors package manager == sed -i "s/#Color/Color/g" /etc/pacman.conf + sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 3/g" /etc/pacman.conf # === Remove SU password == echo -e "# Disable password for specific user\nanri ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers