C
cverbiest
Guest
progress installer will optionally copy scripts to /bin . but that makes it difficult to have multiple versions on one machine. I usally add a /etc/profile.d/progress.sh script to the system. DLC=${DLC:-/usr/dlc} PATH=$PATH:$DLC/bin export DLC PATH
Continue reading...
Continue reading...