Skip to content

Commit

Permalink
Upgrade to v0.3.0 in other guides as well
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz committed Nov 15, 2023
1 parent 51231a1 commit 5351698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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](../src/aleph/vm/orchestrator/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.9-rc1/aleph-vm.debian-11.deb
wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.3.0/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](../src/aleph/vm/orchestrator/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.9-rc1/aleph-vm.debian-12.deb
wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.3.0/aleph-vm.debian-12.deb
apt install /opt/aleph-vm.debian-12.deb
```

Expand Down

0 comments on commit 5351698

Please sign in to comment.