Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
b41e9eba
Commit
b41e9eba
authored
Mar 20, 2020
by
tteaka
Committed by
Christian Rebischke
Mar 21, 2020
Browse files
Improve pacstrap download part with reflector
parent
8a4b17cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
http/install.sh
View file @
b41e9eba
...
...
@@ -27,6 +27,9 @@ mount "${device}2" /mnt
if
[
-n
"
${
MIRROR
}
"
]
;
then
echo
"Server =
${
MIRROR
}
"
>
/etc/pacman.d/mirrorlist
else
pacman
-Sy
reflector
reflector
--age
12
--protocol
https
--sort
rate
--save
/etc/pacman.d/mirrorlist
fi
pacstrap
-M
/mnt base linux grub openssh
sudo
polkit haveged netctl python reflector
swapon
"
${
device
}
1"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment