dev: automated commit - 2025-07-17 13:47:41
This commit is contained in:
parent
f5802906d2
commit
34826d0344
2 changed files with 2 additions and 2 deletions
1
runs/aur
1
runs/aur
|
|
@ -40,7 +40,6 @@ install_aur_packages() {
|
||||||
swayfx-git
|
swayfx-git
|
||||||
teams-for-linux-bin
|
teams-for-linux-bin
|
||||||
ttf-font-awesome-5
|
ttf-font-awesome-5
|
||||||
ttf-ms-win11-auto
|
|
||||||
watchman-bin
|
watchman-bin
|
||||||
yubico-authenticator-bin
|
yubico-authenticator-bin
|
||||||
betterbird-bin
|
betterbird-bin
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ detect_hardware() {
|
||||||
log_info "Detected GPU: $gpu_info"
|
log_info "Detected GPU: $gpu_info"
|
||||||
|
|
||||||
# Determine microcode package
|
# Determine microcode package
|
||||||
|
microcode=""
|
||||||
case "$cpu_vendor" in
|
case "$cpu_vendor" in
|
||||||
"GenuineIntel")
|
"GenuineIntel")
|
||||||
microcode="intel-ucode"
|
microcode="intel-ucode"
|
||||||
|
|
@ -97,7 +98,7 @@ install_fonts_themes() {
|
||||||
awesome-terminal-fonts inter-font noto-fonts noto-fonts-cjk noto-fonts-emoji \
|
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-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-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
|
papirus-icon-theme rose-pine-gtk-theme
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue