Skip to content

Commit

Permalink
docs/cli: Remove version pinning to allow installs
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Jan 8, 2025
1 parent 38bf8ca commit 60f5831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/cli/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 60f5831

Please sign in to comment.