mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
docs(install): update Debian repository domain (#413)
The community repository moved from debian.griffo.io to deb.griffo.io (Debian trademark policy; old domain redirects permanently). Also use the keyring + signed-by layout and add the missing sudo and apt update.
This commit is contained in:
@@ -99,13 +99,15 @@ Follow the same steps to upgrade to the latest version in the future.
|
|||||||
## Debian
|
## Debian
|
||||||
|
|
||||||
On a Debian system, you can install Uncloud CLI from an unofficial
|
On a Debian system, you can install Uncloud CLI from an unofficial
|
||||||
[repository](https://debian.griffo.io/) maintained by
|
[repository](https://deb.griffo.io/) maintained by
|
||||||
[@dariogriffo](https://github.com/dariogriffo):
|
[@dariogriffo](https://github.com/dariogriffo):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl -sS https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg
|
sudo install -d -m 0755 /etc/apt/keyrings
|
||||||
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
|
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
|
||||||
apt install -y uncloud
|
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y uncloud
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can download `.deb` packages directly from the repository
|
Alternatively, you can download `.deb` packages directly from the repository
|
||||||
|
|||||||
Reference in New Issue
Block a user