Simple installation
RHO_CUSTOMER_NAME=<customer-name> \
RHO_GHCR_KEY=<key> \
bash <(curl -fsSL https://raw.githubusercontent.com/16-Bit-Inc/gists/main/install-rho.sh)Different options
DATA_DIR=<data directory for k3s installation and storing the container images> \
MIN_DISK=80 \
MIN_RAM=7 \
RHO_CUSTOMER_NAME=<customer-name> \
RHO_GHCR_KEY=<key> \
bash <(curl -fsSL https://raw.githubusercontent.com/16-Bit-Inc/gists/main/install-rho.sh)- Use the
DATA_DIRoption when the customer wants to install Rho at a different location. - The
MIN_DISKandMIN_RAMvalues are in GBs.
NOTE: One drawback of using the
DATA_DIRcommand is thatk3s-uninstall.shdoesn't clear up theDATA_DIR. You will need to do that manually if you are trying to do an install.