Build Install Command
Install Command
Parameters:
setup_url: Setup URL obtained from the License Info Api
key: Setup key obtained from the License Info Api
Base Command
({setup_url} -4O setup.sh || curl {setup_url} -Lo setup.sh) && bash setup.sh {key}When you run this command, you will be prompted to select an image. To use a pre-selected image, refer to the section below.
Pre-selected Image Command
Append -i={image_id} to the base command.
image_id can be found in Images Api
Choose port, username and password
-port={portnumber} -username={username} -password={password}
Pre-Confirmed Command
Append -y to the command to skip confirmation prompts.
Force Install (skip port check)
To skip port check, append -f to the command
Init Script
Last updated