mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
10 lines
159 B
Bash
Executable File
10 lines
159 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Install packages to new filesystem
|
|
#
|
|
# https://wiki.archlinux.org/index.php/Installation_guide
|
|
|
|
set -xe
|
|
|
|
pacstrap /mnt base base-devel grub fish
|