Skip to content

Commit 65565fb

Browse files
juaddeshibumi
authored andcommitted
Fix virtualbox build and reflector installation
1 parent 5a92cb5 commit 65565fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

http/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mount "${device}2" /mnt
2828
if [ -n "${MIRROR}" ]; then
2929
echo "Server = ${MIRROR}" >/etc/pacman.d/mirrorlist
3030
else
31-
pacman -Sy reflector
31+
pacman -Sy --noconfirm reflector
3232
reflector --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
3333
fi
3434
pacstrap -M /mnt base linux grub openssh sudo polkit haveged netctl python reflector

provision/virtualbox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -e
44
set -x
55

6-
sudo pacman -S --noconfirm virtualbox-guest-utils-nox virtualbox-guest-modules-arch
6+
sudo pacman -S --noconfirm virtualbox-guest-utils-nox
77
sudo systemctl enable vboxservice

0 commit comments

Comments
 (0)