Update PhotoshopSetup.sh
Make the winetricks silent, is faster and less annoying.
This commit is contained in:
parent
5f8f0adcdd
commit
5ae753641c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue