From 0d00d2ba4a84ec5b0592c8867144dd6de8fdf6cc Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Wed, 28 Jul 2021 18:07:18 +0500 Subject: [PATCH] Add python-magic-ahupp (for Lutris) Needed for Lutris, but for some reason missing from its dependencies at the moment. --- create-arch-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index 09c359e..9ec0652 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -127,7 +127,7 @@ packagelist="${audio_pkgs} ${video_pkgs} ${wine_pkgs} \ speedcrunch gpicview qpdfview file-roller xorg-xwayland steam-native-runtime \ meson mingw-w64-gcc gamemode lib32-gamemode cmake jre-openjdk \ playonlinux lxterminal steamtinkerlaunch mangohud lib32-mangohud \ - zsync2-git wayland lib32-wayland qt5-wayland retroarch" + zsync2-git wayland lib32-wayland qt5-wayland retroarch python-magic-ahupp" current_release="$(wget -q "https://archlinux.org/download/" -O - | grep "Current Release" | tail -c -16 | head -c +10)"