From 8e20ef30bd4e94655a991354a9a4b5de90aebb2f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 14 Feb 2022 20:07:16 -0500 Subject: [PATCH] Make sure the system is up to date before installing games environment. --- .includes/gaming.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.includes/gaming.sh b/.includes/gaming.sh index 8e78f32..ffdf052 100755 --- a/.includes/gaming.sh +++ b/.includes/gaming.sh @@ -4,6 +4,9 @@ # URL from where wine is downloaded, must be i686 wineURL="https://www.playonlinux.com/wine/binaries/phoenicis/upstream-linux-x86/PlayOnLinux-wine-6.17-upstream-linux-x86.tar.gz" +# Make sure system is up to date +yay -Syu --noconfirm + # Install required packages install_package cabextract box86 dos2unix p7zip unzip xdotool # Download and install wine