This directory contains the deployment script for setting up LXC instances with Incus.
To download and run the deployment script, execute the following command:
curl -sSL https://github.com/deploy-lxc/deploy-lxc-agent/releases/latest/download/deploylxc.sh -o deploylxc.sh && chmod +x deploylxc.sh && bash deploylxc.sh- Downloads the script: Uses
curlto fetch the latest version ofdeploylxc.shfrom GitHub releases - Makes it executable: Sets execute permissions with
chmod +x - Runs the script: Executes the deployment script with
bash
curlinstalled on your system- Appropriate permissions to execute scripts
- Internet connection to download from GitHub
If you prefer to run the steps separately:
# Download the script
curl -sSL https://github.com/deploy-lxc/deploy-lxc-agent/releases/latest/download/deploylxc.sh -o deploylxc.sh
# Make it executable
chmod +x deploylxc.sh
# Run the script
bash deploylxc.sh