-
Notifications
You must be signed in to change notification settings - Fork 0
Install Script
Chris Vidler edited this page Jul 19, 2019
·
1 revision
Found in the /root folder once the OS is built
Running it with no options, will install automatically the newest AMD/Probe software found in /tmp in 'capacity' license mode.
Options to choose a different major version to install -v ## and license type -l [component|capacity] are available.
./installamd.sh
Install the most recent version found in /tmp with capacity licensing.
./installamd.sh -v 18
Install the most recent 18 release found in /tmp with capacity licensing.
./installamd.sh -l component
Install the most recent version found in /tmp with component licensing.