mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-08 07:00:28 +01:00
12 lines
332 B
Bash
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
|