From 3b978671c1f0762059db5b025680bcf956330ac6 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Mon, 5 Oct 2020 11:20:30 +0100 Subject: [PATCH] ?? --- script/install-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install-windows.sh b/script/install-windows.sh index 34a6db8..6a0213b 100644 --- a/script/install-windows.sh +++ b/script/install-windows.sh @@ -72,7 +72,7 @@ echo ' #### # Package manager setups # -pacman -S --needed curl wget unzip gcc make openssl-devel git libcrypt-devel mingw-w64-x86_64-python3 mingw-w64-x86_64-python3-pip mingw-w64-x86_64-python3-pandas python-devel mingw-w64-x86_64-python3-numpy mingw-w64-x86_64-python3-pep517 mingw-w64-x86_64-libjpeg-turbo mingw-w64-x86_64-python3-pillow mingw-w64-x86_64-zbar +pacman -S --needed curl wget unzip gcc make openssl-devel git libcrypt-devel python3 python3-pip mingw-w64-x86_64-python3-pandas python-devel mingw-w64-x86_64-python3-numpy mingw-w64-x86_64-python3-pep517 mingw-w64-x86_64-libjpeg-turbo mingw-w64-x86_64-python3-pillow mingw-w64-x86_64-zbar