From 292868d120e5c6b0e48d68f64b20033340b6fdab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palet?= Date: Mon, 18 Mar 2024 14:15:08 +0000 Subject: [PATCH] Temporarily remove APT installation instructions from guide --- INSTALLATION.md | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 9d56b8c9e..2fe283545 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -20,44 +20,9 @@ brew install stackit ### Linux -#### Debian/Ubuntu (`APT`) +Currently, you can install via [Homebrew](https://brew.sh/) or refer to one of the installation methods below. -The STACKIT CLI can be installed through the [`APT`](https://ubuntu.com/server/docs/package-management) package manager. - -##### Before you begin - -To install the STACKIT CLI package, you will need to have the `curl` and `gnupg` packages installed: -```shell -sudo apt-get update -sudo apt-get install curl gnupg -``` - -##### Installing - -1. Import the STACKIT public key: - -```shell -curl https://object.storage.eu01.onstackit.cloud/stackit-public-key/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/stackit.gpg -``` - -2. Add the STACKIT CLI package repository as a package source: - -```shell -echo "deb [signed-by=/usr/share/keyrings/stackit.gpg] https://object.storage.eu01.onstackit.cloud/stackit-cli-apt stackit main" | sudo tee -a /etc/apt/sources.list.d/stackit.list -``` - -3. Update repository information and install the `stackit` package: - -```shell -sudo apt-get update -sudo apt-get install stackit -``` - -#### Any distribution - -Alternatively, you can install via [Homebrew](https://brew.sh/) or refer to one of the installation methods below. - -> We are currently working on distributing the CLI on more package managers for Linux. +> We are currently working on distributing the CLI on package managers for Linux. ### Windows