mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-04 14:13:12 +01:00
13 lines
327 B
Bash
13 lines
327 B
Bash
#!/bin/sh
|
|
#
|
|
# VirtualBox lets you run virtual machines inside of your Arch
|
|
# Linux installation. It works really well with KDE since the
|
|
# interface uses Qt. This also means that HiDPI support is
|
|
# easily achieved.
|
|
#
|
|
# https://wiki.archlinux.org/index.php/VirtualBox
|
|
|
|
set -xe
|
|
|
|
pacman -S virtualbox virtualbox-host-modules-arch
|