From 5ae753641ca8ab53af349901169d63b2bfdbd951 Mon Sep 17 00:00:00 2001 From: 4cyber Date: Tue, 13 Dec 2022 10:14:59 +0100 Subject: [PATCH] Update PhotoshopSetup.sh Make the winetricks silent, is faster and less annoying. --- scripts/PhotoshopSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/PhotoshopSetup.sh b/scripts/PhotoshopSetup.sh index ebdf453..b62a036 100755 --- a/scripts/PhotoshopSetup.sh +++ b/scripts/PhotoshopSetup.sh @@ -47,7 +47,7 @@ function main() { rmdir_if_exist $RESOURCES_PATH # winetricks atmlib corefonts fontsmooth=rgb gdiplus vcrun2008 vcrun2010 vcrun2012 vcrun2013 vcrun2015 atmlib msxml3 msxml6 gdiplus - winetricks atmlib fontsmooth=rgb vcrun2008 vcrun2010 vcrun2012 vcrun2013 atmlib msxml3 msxml6 + winetricks -q atmlib fontsmooth=rgb vcrun2008 vcrun2010 vcrun2012 vcrun2013 atmlib msxml3 msxml6 #install photoshop sleep 3