diff --git a/README.md b/README.md index 953f542..791b7dc 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ sudo pacman -S wine aria2 winetricks there are two installation scripts * `PhotoshopSetup.sh` -* `PhotoshopSetupCustom.sh` +* `PhotoshopSetupCustom.sh` (Recommended) installer scripts use a virtual drive of wine and makes a new `winprefix` for photoshop diff --git a/scripts/PhotoshopSetup.sh b/scripts/PhotoshopSetup.sh index 246def8..a01806e 100755 --- a/scripts/PhotoshopSetup.sh +++ b/scripts/PhotoshopSetup.sh @@ -8,7 +8,7 @@ function main(){ setup_log "================| script executed |================" - is64 + #is64 #make sure aria2c and wine package is already installed package_installed aria2c @@ -83,4 +83,4 @@ function main(){ check_arg $@ save_paths -main \ No newline at end of file +main diff --git a/scripts/PhotoshopSetupCustom.sh b/scripts/PhotoshopSetupCustom.sh index 19497dd..4cf68eb 100755 --- a/scripts/PhotoshopSetupCustom.sh +++ b/scripts/PhotoshopSetupCustom.sh @@ -9,7 +9,7 @@ function main(){ setup_log "================| script executed |================" - is64 + #is64 #make sure aria2c and wine package is already installed package_installed aria2c