64bit limit disabled and readme updated
This commit is contained in:
parent
0833371f5f
commit
a051135c65
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
main
|
||||
|
|
|
@ -9,7 +9,7 @@ function main(){
|
|||
|
||||
setup_log "================| script executed |================"
|
||||
|
||||
is64
|
||||
#is64
|
||||
|
||||
#make sure aria2c and wine package is already installed
|
||||
package_installed aria2c
|
||||
|
|
Loading…
Reference in New Issue