From fbfefa402ce607db7729886c632b7568b65d9dce Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Tue, 12 Nov 2024 07:52:54 -0600 Subject: [PATCH] update Sysbox version --- content/install-guides/sysbox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/install-guides/sysbox.md b/content/install-guides/sysbox.md index a135f2121b..ae2075f29f 100644 --- a/content/install-guides/sysbox.md +++ b/content/install-guides/sysbox.md @@ -63,13 +63,13 @@ Download the Sysbox official package from [Sysbox Releases](https://github.com/n You can download the Debian package for Arm from the command line: ```bash -wget https://downloads.nestybox.com/sysbox/releases/v0.6.4/sysbox-ce_0.6.4-0.linux_arm64.deb +wget https://downloads.nestybox.com/sysbox/releases/v0.6.5/sysbox-ce_0.6.5-0.linux_arm64.deb ``` Install the package using the `apt` command: ```bash -sudo apt-get install ./sysbox-ce_0.6.4-0.linux_arm64.deb -y +sudo apt-get install ./sysbox-ce_0.6.5-0.linux_arm64.deb -y ``` If you are not using a Debian-based Linux distribution, you can use instructions to build Sysbox from the source code. Refer to [Sysbox Developer's Guide: Building & Installing](https://github.com/nestybox/sysbox/blob/master/docs/developers-guide/build.md) for further information.