From 34826d0344486b75e801e000282ffec2120141b0 Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Thu, 17 Jul 2025 13:47:41 -0300 Subject: [PATCH] dev: automated commit - 2025-07-17 13:47:41 --- runs/aur | 1 - runs/base | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runs/aur b/runs/aur index 2724369..29ddceb 100755 --- a/runs/aur +++ b/runs/aur @@ -40,7 +40,6 @@ install_aur_packages() { swayfx-git teams-for-linux-bin ttf-font-awesome-5 - ttf-ms-win11-auto watchman-bin yubico-authenticator-bin betterbird-bin diff --git a/runs/base b/runs/base index 7da4613..4df9a29 100755 --- a/runs/base +++ b/runs/base @@ -26,6 +26,7 @@ detect_hardware() { log_info "Detected GPU: $gpu_info" # Determine microcode package + microcode="" case "$cpu_vendor" in "GenuineIntel") microcode="intel-ucode" @@ -97,7 +98,7 @@ install_fonts_themes() { awesome-terminal-fonts inter-font noto-fonts noto-fonts-cjk noto-fonts-emoji \ ttf-bitstream-vera ttf-dejavu ttf-fantasque-nerd ttf-fira-code ttf-fira-mono \ ttf-fira-sans ttf-font-awesome-5 ttf-liberation ttf-linux-libertine \ - ttf-meslo-nerd ttf-ms-win11-auto ttf-opensans otf-font-awesome-5 otf-libertinus \ + ttf-meslo-nerd ttf-opensans otf-font-awesome-5 otf-libertinus \ papirus-icon-theme rose-pine-gtk-theme }