From 02d5fd75c96777447c9888d50e52e53edd97240d Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Mon, 2 Jun 2025 11:26:09 -0300 Subject: [PATCH] dev: automated commit - 2025-06-02 11:26:09 --- runs/base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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