nix-config/sh/093-virtualbox-guest
2018-08-31 15:39:35 -04:00

12 lines
332 B
Bash

#!/bin/sh
#
# If you are installing Arch Linux in a virtual machine (specifically
# through VirtualBox) then you will need to install the guest utilities
# for certain behavior like auto resolution to work.
#
# https://wiki.archlinux.org/index.php/VirtualBox
set -xe
pacman -S virtualbox-guest-utils virtualbox-guest-modules-arch