Skip to content

Install Script

Chris Vidler edited this page Jul 19, 2019 · 1 revision

Install script installamd.sh

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.

Examples

./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.

Clone this wiki locally