From 4b4260b93baaa86b29b0c5f9b7cbd90910adfe65 Mon Sep 17 00:00:00 2001 From: Olivier Desenfans Date: Tue, 3 Oct 2023 11:05:12 +0200 Subject: [PATCH] Release candidate: 0.2.9-rc1 --- doc/INSTALL-Debian-11.md | 2 +- doc/INSTALL-Debian-12.md | 2 +- doc/INSTALL-Ubuntu-22.04.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/INSTALL-Debian-11.md b/doc/INSTALL-Debian-11.md index 03c940f96..ccc8ae7c8 100644 --- a/doc/INSTALL-Debian-11.md +++ b/doc/INSTALL-Debian-11.md @@ -37,7 +37,7 @@ docker run -d -p 127.0.0.1:4021:4021/tcp --restart=always --name vm-connector al Then install the [VM-Supervisor](../vm_supervisor/README.md) using the official Debian package. The procedure is similar for updates. ```shell -wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.2.7/aleph-vm.debian-11.deb +wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.2.9-rc1/aleph-vm.debian-11.deb apt install /opt/aleph-vm.debian-11.deb ``` diff --git a/doc/INSTALL-Debian-12.md b/doc/INSTALL-Debian-12.md index 6bb612e8f..8cba3f6d6 100644 --- a/doc/INSTALL-Debian-12.md +++ b/doc/INSTALL-Debian-12.md @@ -37,7 +37,7 @@ docker run -d -p 127.0.0.1:4021:4021/tcp --restart=always --name vm-connector al Then install the [VM-Supervisor](../vm_supervisor/README.md) using the official Debian package. The procedure is similar for updates. ```shell -wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.2.7/aleph-vm.debian-12.deb +wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.2.9-rc1/aleph-vm.debian-12.deb apt install /opt/aleph-vm.debian-12.deb ``` diff --git a/doc/INSTALL-Ubuntu-22.04.md b/doc/INSTALL-Ubuntu-22.04.md index bb62fc3e1..52a59848b 100644 --- a/doc/INSTALL-Ubuntu-22.04.md +++ b/doc/INSTALL-Ubuntu-22.04.md @@ -37,7 +37,7 @@ docker run -d -p 127.0.0.1:4021:4021/tcp --restart=always --name vm-connector al Then install the [VM-Supervisor](../vm_supervisor/README.md) using the official Debian package. The procedure is similar for updates. ```shell -sudo wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.2.7/aleph-vm.ubuntu-22.04.deb +sudo wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.2.9-rc1/aleph-vm.ubuntu-22.04.deb sudo apt install /opt/aleph-vm.ubuntu-22.04.deb ```