This repo is inspired and modified code of CloudNet-Installer from GaintTreeLP
Installer for the Cloud Network Environment Technology.
Uses pacapt
for compatibility with as many distributions as possible.
The installer installs the latest stable build of the CloudNet software.
curl
has to be available to be able to download additional files.
bash
is necessary for pacapt
to work. This script has also only been tested with bash.
Just run this code before installing CloudNet:
apt update && apt install curl -y
You need to add curl
and bash
manually:
apk add curl bash -y --no-cache
Simply copy and paste the following code into your shell:
curl -sL "https://themeinerlp.github.io/CloudNet-Installer/install.sh" | bash
Launching the installer as the root
user checks and installs all necessary dependencies.
Launching the installer as a non-root user skips this step.
All tests have been conducted with the slim images available for Docker, where possible.
Distribution | Version | Tested/Compatible |
---|---|---|
Debian | testing | ✅ |
Debian | 11 (Bullseye) | ✅ |
Debian | 10 (Buster) | ✅ |
Debian | 9 (Stretch) | ✅ |
Debian | 8 (Jessie) | ✅ |
Ubuntu | 20.04 (Focal Fossa) | ✅ |
Ubuntu | 18.04 (Bionic Beaver) | ✅ |
Ubuntu | 16.04 (Xenial Xerus) | ✅ |
Ubuntu | 14.04 (Trusty Tahr) | ✅ |
Alpine | 3.9 | ✅ |
Alpine | 3.8 | ✅ |
Alpine | 3.7 | ✅ |
Arch Linux | Rolling | ✅ |
CentOS | 7 | ✅ |
Fedora | 35 | ✅ |
Fedora | 34 | ✅ |
Fedora | 33 | ✅ |
Fedora | 32 | ✅ |
Fedora | 31 | ✅ |
Fedora | 30 | ✅ |
Fedora | 29 | ✅ |
Fedora | 28 | ✅ |
Fedora | 27 | ✅ |
Fedora | 26 | ✅ |