dev: automated commit - 2025-07-14 16:23:16
This commit is contained in:
parent
edc366f873
commit
ed3a03ea2e
1 changed files with 4 additions and 2 deletions
|
|
@ -148,7 +148,7 @@ install_system_utilities() {
|
|||
ntfs-3g ntp nvme-cli opencl-mesa pacman-contrib pass pika-backup \
|
||||
pkgfile power-profiles-daemon pv reflector remmina rsync rtkit \
|
||||
samba seahorse sg3_utils smartmontools snapper solaar steam \
|
||||
steam-native-runtime syncthing system-config-printer \
|
||||
steam-native-runtime syncthing localsend system-config-printer \
|
||||
transmission-qt ufw unrar unzip upower usb_modeswitch usbutils \
|
||||
vi vorta w3m which xdg-desktop-portal xdg-desktop-portal-gnome \
|
||||
xdg-desktop-portal-gtk xdg-desktop-portal-wlr yad zenity
|
||||
|
|
@ -157,7 +157,9 @@ install_system_utilities() {
|
|||
install_gaming_graphics() {
|
||||
log_info "Installing gaming and graphics packages"
|
||||
|
||||
local gaming_base="lib32-alsa-lib lib32-alsa-plugins lib32-gamemode lib32-libpulse lib32-mesa lib32-openal lib32-vkd3d lib32-vulkan-mesa-layers vkd3d vulkan-mesa-layers vulkan-tools vulkan-validation-layers wine protonup-qt"
|
||||
local gaming_base="lib32-alsa-lib lib32-alsa-plugins lib32-gamemode lib32-libpulse lib32-mesa lib32-openal
|
||||
lib32-vkd3d lib32-vulkan-mesa-layers vkd3d vulkan-mesa-layers vulkan-tools vulkan-validation-layers
|
||||
wine protonup-qt"
|
||||
|
||||
if [[ -n "$gpu_packages" ]]; then
|
||||
paru -S --needed $gaming_base $gpu_packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue