From e5f96509bfb9da94bdbbd5f58835bf32a969cde4 Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Sat, 5 Jul 2025 10:40:36 +0100 Subject: [PATCH] docs: add unofficial Debian package repository (#84) --- README.md | 2 ++ docs/docs/2-getting-started/1-install-cli.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 1535aa0e..c1ea78cd 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ platform, whether you're running on a $5 VPS, a spare Mac mini, or a rack of bar # or using curl (macOS/Linux) curl -fsS https://get.uncloud.run/install.sh | sh ``` + + See [Installation](https://docs.uncloud.run/getting-started/install-cli) for more options. 2. Initialise your first machine: diff --git a/docs/docs/2-getting-started/1-install-cli.md b/docs/docs/2-getting-started/1-install-cli.md index 1a8c4a18..4b70127c 100644 --- a/docs/docs/2-getting-started/1-install-cli.md +++ b/docs/docs/2-getting-started/1-install-cli.md @@ -97,6 +97,22 @@ After installation, verify that `uc` command is working: uc --version ``` +## Linux (via package managers) + +### Debian + +Via unofficial repository packages created and maintained at [uncloud-debian](https://github.com/dariogriffo/uncloud-debian/) by @dariogriffo + +You can install uncloud the debian way by running: + + ```sh + curl -sS https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg + echo "deb https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list + apt install -y uncloud + ``` + +or in the releases page of the repository [here](https://github.com/dariogriffo/uncloud-debian/releases) + ## Next steps Now that you have `uc` installed, you're ready to: