We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a92cb5 commit 65565fbCopy full SHA for 65565fb
2 files changed
http/install.sh
@@ -28,7 +28,7 @@ mount "${device}2" /mnt
28
if [ -n "${MIRROR}" ]; then
29
echo "Server = ${MIRROR}" >/etc/pacman.d/mirrorlist
30
else
31
- pacman -Sy reflector
+ pacman -Sy --noconfirm reflector
32
reflector --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
33
fi
34
pacstrap -M /mnt base linux grub openssh sudo polkit haveged netctl python reflector
provision/virtualbox.sh
@@ -3,5 +3,5 @@
3
set -e
4
set -x
5
6
-sudo pacman -S --noconfirm virtualbox-guest-utils-nox virtualbox-guest-modules-arch
+sudo pacman -S --noconfirm virtualbox-guest-utils-nox
7
sudo systemctl enable vboxservice
0 commit comments