From 60f5831b5d76d854ed284a832773d8804c3d10f8 Mon Sep 17 00:00:00 2001 From: Cezar Craciunoiu Date: Wed, 8 Jan 2025 12:11:00 +0200 Subject: [PATCH] docs/cli: Remove version pinning to allow installs Signed-off-by: Cezar Craciunoiu --- content/docs/cli/install.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/cli/install.mdx b/content/docs/cli/install.mdx index 46e63c3a..ebf163a2 100644 --- a/content/docs/cli/install.mdx +++ b/content/docs/cli/install.mdx @@ -79,8 +79,8 @@ curl -fsSL https://deb.pkg.kraftkit.sh/gpg.key | \ Use the following command to set up the APT repository: ```console -echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/unikraft.gpg] https://deb.pkg.kraftkit.sh \ - $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/unikraft.list > /dev/null +echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/unikraft.gpg] https://deb.pkg.kraftkit.sh /" | \ + sudo tee /etc/apt/sources.list.d/unikraft.list > /dev/null ``` Update the APT package index, and install the latest version of `kraftkit`: