Diff of /codesys-ide/install2.sh [f7b0bc] .. [1f655f]  Maximize  Restore

Switch to unified view

a/codesys-ide/install2.sh b/codesys-ide/install2.sh
...
...
23
#
23
#
24
################################################################################
24
################################################################################
25
25
26
WINE=wine
26
WINE=wine
27
WINESERVER=wineserver
27
WINESERVER=wineserver
28
CDS_LINK="https://store.codesys.com/ftp_download/3S/CODESYS/300000/3.5.16.0/CODESYS%203.5.16.0.exe"
28
CDS_LINK="https://store.codesys.com/ftp_download/3S/CODESYS/300000/3.5.17.0/CODESYS%203.5.17.0.exe"
29
TRICKS_LINK="https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks"
29
TRICKS_LINK="https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks"
30
ADDITIONAL_PACKAGES=https://forge.codesys.com/svn/tol,cforge,code/trunk/cforge.package
30
ADDITIONAL_PACKAGES=https://forge.codesys.com/svn/tol,cforge,code/trunk/cforge.package
31
export WINEPREFIX=~/.wine.cds
31
export WINEPREFIX=~/.wine.cds
32
export WINEARCH=win32
32
export WINEARCH=win32
33
33