diff --git a/runs/base b/runs/base index 7b3d073..dfc42b1 100755 --- a/runs/base +++ b/runs/base @@ -52,7 +52,7 @@ fi # 🔧 SYSTEM BASE # ═══════════════════════════════════════════════════════════ echo "Installing system base..." -BASE_PACKAGES="base base-devel linux-cachyos linux-cachyos-headers linux-firmware efibootmgr efitools mkinitcpio grub systemd-boot-manager" +BASE_PACKAGES="base base-devel sudo stow linux-cachyos linux-cachyos-headers linux-firmware efibootmgr efitools mkinitcpio grub systemd-boot-manager" if [[ -n "$MICROCODE" ]]; then BASE_PACKAGES="$BASE_PACKAGES $MICROCODE" @@ -194,6 +194,6 @@ $AUR_HELPER -S --noconfirm --needed \ # ═══════════════════════════════════════════════════════════ echo "Installing package managers and misc..." $AUR_HELPER -S --noconfirm --needed \ - pyenv stow sudo watchman-bin wimlib + pyenv watchman-bin wimlib tldr --update