diff options
Diffstat (limited to 'roles/pacman/README.md')
-rw-r--r-- | roles/pacman/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/pacman/README.md b/roles/pacman/README.md new file mode 100644 index 0000000..0ed3aea --- /dev/null +++ b/roles/pacman/README.md @@ -0,0 +1,5 @@ +This role upgrades packages on Arch Linux and installs any additional packages. + +* Optionally, run rate-mirrors if it's available. +* Upgrade all installed packages (pacman -Syu). +* Optionally, install any additional packages required on this host. |