Skip to content

Commit

Permalink
Release candidate: 0.2.9-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans authored and hoh committed Oct 11, 2023
1 parent a440f0b commit 4b4260b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/INSTALL-Debian-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion doc/INSTALL-Debian-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion doc/INSTALL-Ubuntu-22.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 4b4260b

Please sign in to comment.