mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-01 12:46:14 +01:00
0f7f51e81c
This commit adds sudo where needed for the majority of pacman commands. It also removes zsh, urxvt, and renpy since we don't use those anymore.
12 lines
337 B
Bash
12 lines
337 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
|
|
|
|
sudo pacman -S virtualbox-guest-utils virtualbox-guest-modules-arch
|