mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-08 23:19:58 +01:00
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
|
#!/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
|