use parallel download
This commit is contained in:
parent
c44275da09
commit
bca05f1bfa
2 changed files with 2 additions and 0 deletions
1
arch.sh
1
arch.sh
|
@ -23,6 +23,7 @@ main() {
|
||||||
|
|
||||||
# === Colors package manager ==
|
# === Colors package manager ==
|
||||||
sed -i "s/#Color/Color/g" /etc/pacman.conf
|
sed -i "s/#Color/Color/g" /etc/pacman.conf
|
||||||
|
sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 3/g" /etc/pacman.conf
|
||||||
|
|
||||||
# === Yay ==
|
# === Yay ==
|
||||||
git clone https://aur.archlinux.org/yay.git
|
git clone https://aur.archlinux.org/yay.git
|
||||||
|
|
|
@ -33,6 +33,7 @@ main() {
|
||||||
|
|
||||||
# === Colors package manager ==
|
# === Colors package manager ==
|
||||||
sed -i "s/#Color/Color/g" /etc/pacman.conf
|
sed -i "s/#Color/Color/g" /etc/pacman.conf
|
||||||
|
sed -i "s/#ParallelDownloads = 5/ParallelDownloads = 3/g" /etc/pacman.conf
|
||||||
|
|
||||||
# === Remove SU password ==
|
# === Remove SU password ==
|
||||||
echo -e "# Disable password for specific user\nanri ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
echo -e "# Disable password for specific user\nanri ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
||||||
|
|
Loading…
Reference in a new issue