diff options
| author | Blake Romero <blake@developercraft.com> | 2026-04-04 14:44:51 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-04-04 14:44:51 +0100 |
| commit | 8e6ed3b8188329210f9aff4e91813af0f2fcfd06 (patch) | |
| tree | 04186ab084f3d0b39f6ddf32f591f24fc797dc57 | |
| parent | bfb891988a0fb9b83d5199ab857a52fe171afa62 (diff) | |
Fix whitespace
| -rwxr-xr-x | install.sh | 31 |
1 files changed, 9 insertions, 22 deletions
@@ -167,29 +167,16 @@ mount "${boot}" /mnt/boot # Sync packages pacman -Syy -# Base packages -basestrap /mnt base base-devel dinit elogind-dinit - -# Linux & utilities -basestrap /mnt --needed \ - linux linux-firmware \ - grub efibootmgr os-prober \ - mkinitcpio btrfs-progs \ - alsa-utils curl less \ - vim git man-{db,pages} \ - bc acpi btop fastfetch tmux \ - openresolv tree unzip - -if [[ "${extrapkgs}" == true ]]; then -# Extra packages +# Install packages basestrap /mnt --needed \ - aspell-en jq \ - artools-base pacman-contrib namcap \ - calcurse rclone rsync snapper stow \ - ttf-{hack,dejavu,liberation} \ - ttf-{hack-nerd,font-awesome} \ - brightnessctl -fi + base base-devel dinit elogind-dinit \ + linux linux-firmware \ + grub efibootmgr os-prober \ + mkinitcpio btrfs-progs \ + alsa-utils curl less \ + vim git man-{db,pages} \ + bc acpi btop fastfetch tmux \ + openresolv tree unzip # Get CPU type for microcode ucode=amd-ucode |
