diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | meta/base.txt | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -57,8 +57,8 @@ curl -fsSL https://raw.githubusercontent.com/sommerfelddev/dotfiles/master/boots The script installs pacman prerequisites, enables `%wheel` in sudoers, clones this repo to `~/dotfiles`, runs `just init`, enables recommended -systemd units (fstrim, timesyncd, resolved, reflector, paccache, pkgstats, -acpid, cpupower, iwd, plus tlp on laptops), refreshes the pacman mirrorlist, +systemd units (fstrim, timesyncd, resolved, reflector, paccache, acpid, +cpupower, iwd, plus tlp on laptops), refreshes the pacman mirrorlist, and creates XDG user directories. On EFI systems missing an Arch boot entry, it prints the `efibootmgr` command to register the UKI (run after your first `mkinitcpio -P`). diff --git a/meta/base.txt b/meta/base.txt index d817340..60a4a8a 100644 --- a/meta/base.txt +++ b/meta/base.txt @@ -28,8 +28,6 @@ ocl-icd # Provides paccache for the repo-owned cache cleanup hook under # etc/pacman.d/hooks/. pacman-contrib -pkgstats -rebuild-detector reflector sbctl smartmontools |
