summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2026-04-04 14:44:51 +0100
committerBlake Romero <blake@developercraft.com>2026-04-04 14:44:51 +0100
commit8e6ed3b8188329210f9aff4e91813af0f2fcfd06 (patch)
tree04186ab084f3d0b39f6ddf32f591f24fc797dc57
parentbfb891988a0fb9b83d5199ab857a52fe171afa62 (diff)
Fix whitespace
-rwxr-xr-xinstall.sh31
1 files changed, 9 insertions, 22 deletions
diff --git a/install.sh b/install.sh
index 3a7f101..b359f10 100755
--- a/install.sh
+++ b/install.sh
@@ -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