Skip to content

Instantly share code, notes, and snippets.

@XnipS
Last active December 11, 2022 23:00
Show Gist options
  • Save XnipS/989438534395ec34725604625f0a63fe to your computer and use it in GitHub Desktop.
Save XnipS/989438534395ec34725604625f0a63fe to your computer and use it in GitHub Desktop.
Simple pacstrap I use every install...
#!/bin/bash
pacstrap -K /mnt base linux linux-firmware networkmanager vim bash-completion man-db grub openssh efibootmgr sudo
# Some wifi cards don't work without specific packages such as linux-firmware-marvell
@XnipS
Copy link
Author

XnipS commented Dec 11, 2022

Added more essentials

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment