Skip to content

Commit

Permalink
chore. updating download link
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl committed Apr 17, 2023
1 parent da9a184 commit bf19c8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/sh/overlaybd/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
set -e

# Download Overlaybd binaries
wget https://github.com/containerd/overlaybd/releases/download/v0.6.1/overlaybd-0.6.1-1.x86_64.deb
wget https://github.com/containerd/overlaybd/releases/download/latest/overlaybd-0.6.1-0ubuntu1.22.04.x86_64.deb
wget https://github.com/containerd/accelerated-container-image/releases/download/latest/overlaybd-snapshotter_0.6.0_amd64.deb
sudo apt-get install ./overlaybd-0.6.1-1.x86_64.deb
sudo apt-get install ./overlaybd-0.6.1-0ubuntu1.22.04.x86_64.deb
sudo apt-get install ./overlaybd-snapshotter_0.6.0_amd64.deb
rm ./overlaybd-0.6.1-1.x86_64.deb
rm ./overlaybd-0.6.1-0ubuntu1.22.04.x86_64.deb
rm ./overlaybd-snapshotter_0.6.0_amd64.deb

# Enable kernel feature
Expand Down

0 comments on commit bf19c8f

Please sign in to comment.