diff --git a/doc/INSTALL-Debian-11.md b/doc/INSTALL-Debian-11.md index 4a723c7e3..4c3d80b32 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.3/aleph-vm.debian-11.deb +wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.2.4/aleph-vm.debian-11.deb apt install /opt/aleph-vm.debian-11.deb ``` diff --git a/doc/INSTALL-Ubuntu-20.04.md b/doc/INSTALL-Ubuntu-20.04.md index 653968c25..cfcfc8110 100644 --- a/doc/INSTALL-Ubuntu-20.04.md +++ b/doc/INSTALL-Ubuntu-20.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.3/aleph-vm.ubuntu-20.04.deb +sudo wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.2.4/aleph-vm.ubuntu-20.04.deb sudo apt install /opt/aleph-vm.ubuntu-20.04.deb ```