2023-05-26 07:48:24 +00:00
|
|
|
#!/bin/bash
|
|
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
|
|
|
|
|
|
yay --noconfirm --needed -Syu \
|
|
|
|
wine-staging \
|
|
|
|
giflib \
|
|
|
|
lib32-giflib \
|
|
|
|
libpng \
|
|
|
|
lib32-libpng \
|
|
|
|
libldap \
|
|
|
|
lib32-libldap \
|
|
|
|
gnutls \
|
|
|
|
lib32-gnutls \
|
|
|
|
mpg123 \
|
|
|
|
lib32-mpg123 \
|
|
|
|
openal \
|
|
|
|
lib32-openal \
|
|
|
|
v4l-utils \
|
|
|
|
lib32-v4l-utils \
|
|
|
|
libpulse \
|
|
|
|
lib32-libpulse \
|
|
|
|
libgpg-error \
|
|
|
|
lib32-libgpg-error \
|
|
|
|
alsa-plugins \
|
|
|
|
lib32-alsa-plugins \
|
|
|
|
alsa-lib \
|
|
|
|
lib32-alsa-lib \
|
|
|
|
libjpeg-turbo \
|
|
|
|
lib32-libjpeg-turbo \
|
|
|
|
sqlite \
|
|
|
|
lib32-sqlite \
|
|
|
|
libxcomposite \
|
|
|
|
lib32-libxcomposite \
|
|
|
|
libxinerama \
|
|
|
|
lib32-libgcrypt \
|
|
|
|
libgcrypt \
|
|
|
|
lib32-libxinerama \
|
|
|
|
ncurses \
|
|
|
|
lib32-ncurses \
|
|
|
|
ocl-icd \
|
|
|
|
lib32-ocl-icd \
|
|
|
|
libxslt \
|
|
|
|
lib32-libxslt \
|
|
|
|
libva \
|
|
|
|
lib32-libva \
|
|
|
|
gtk3 \
|
|
|
|
lib32-gtk3 \
|
|
|
|
gst-plugins-base-libs \
|
|
|
|
lib32-gst-plugins-base-libs \
|
|
|
|
vulkan-icd-loader \
|
2024-03-09 18:22:50 +00:00
|
|
|
lib32-vulkan-icd-loader \
|
|
|
|
;
|
2023-05-26 07:48:24 +00:00
|
|
|
|
2023-06-03 10:05:58 +00:00
|
|
|
yay --noconfirm -Syu \
|
2024-03-15 13:23:31 +00:00
|
|
|
`# Extracting GOG games` \
|
|
|
|
innoextract \
|
2024-01-12 11:13:38 +00:00
|
|
|
gamemode \
|
2024-03-09 18:22:50 +00:00
|
|
|
lib32-gamemode \
|
|
|
|
vkd3d \
|
|
|
|
lib32-vkd3d \
|
2024-01-12 11:13:38 +00:00
|
|
|
gamescope \
|
2024-03-09 18:23:15 +00:00
|
|
|
yad \
|
2024-01-12 11:13:38 +00:00
|
|
|
protontricks \
|
2024-03-09 18:22:50 +00:00
|
|
|
protonup-qt-bin \
|
|
|
|
;
|
2023-06-03 10:05:58 +00:00
|
|
|
|
2024-03-09 18:20:53 +00:00
|
|
|
yay --noconfirm -Syu \
|
2024-03-09 18:22:50 +00:00
|
|
|
lutris \
|
|
|
|
;
|
2024-03-09 18:20:53 +00:00
|
|
|
|
2023-05-26 07:48:24 +00:00
|
|
|
popd > /dev/null;
|