dev: automated commit - 2025-06-02 11:26:09
This commit is contained in:
parent
55d87a46c1
commit
02d5fd75c9
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ fi
|
||||||
# 🔧 SYSTEM BASE
|
# 🔧 SYSTEM BASE
|
||||||
# ═══════════════════════════════════════════════════════════
|
# ═══════════════════════════════════════════════════════════
|
||||||
echo "Installing 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
|
if [[ -n "$MICROCODE" ]]; then
|
||||||
BASE_PACKAGES="$BASE_PACKAGES $MICROCODE"
|
BASE_PACKAGES="$BASE_PACKAGES $MICROCODE"
|
||||||
|
@ -194,6 +194,6 @@ $AUR_HELPER -S --noconfirm --needed \
|
||||||
# ═══════════════════════════════════════════════════════════
|
# ═══════════════════════════════════════════════════════════
|
||||||
echo "Installing package managers and misc..."
|
echo "Installing package managers and misc..."
|
||||||
$AUR_HELPER -S --noconfirm --needed \
|
$AUR_HELPER -S --noconfirm --needed \
|
||||||
pyenv stow sudo watchman-bin wimlib
|
pyenv watchman-bin wimlib
|
||||||
|
|
||||||
tldr --update
|
tldr --update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue