mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Remove redundant parallel download
since it's already later in the code
This commit is contained in:
parent
44df04c1cf
commit
7d46d14efe
1 changed files with 0 additions and 3 deletions
|
|
@ -273,9 +273,6 @@ mount -o ssd,noatime,compress-force=zstd:3,discard=async,subvol=@var_pkgs $BTRFS
|
|||
chattr +C /mnt/var/log
|
||||
mount $ESP /mnt/boot/
|
||||
|
||||
# Enable parallel downloading in pacman
|
||||
sed -i "s/^#ParallelDownloads.*$/ParallelDownloads = 10/" /etc/pacman.conf
|
||||
|
||||
# Setting up the kernel.
|
||||
kernel_selector
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue