Last active
January 15, 2022 16:55
-
-
Save aaronmelton/9d471401104a384537c1258d1b91b72f to your computer and use it in GitHub Desktop.
archfi additional installation packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is a sample of a custom package list that is available at the pacstrap step. | |
# Each line is a package but empty line and commented line is supported. | |
# How to use : | |
# Store your own file on a web server | |
# Launch archfi with : | |
# archfi -cpl url_of_the_file | |
# Some packages : | |
base | |
base-devel | |
git | |
go | |
net-tools | |
openssh | |
qemu-guest-agent | |
sudo | |
vi | |
vim | |
linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment