Skip to content

Commit

Permalink
- Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusl committed Apr 10, 2023
1 parent da4ba10 commit da9a184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/latest/overlaybd-0.6.0-1.x86_64.deb
wget https://github.com/containerd/accelerated-container-image/releases/download/v0.6.0/overlaybd-snapshotter_0.6.0_amd64.deb
sudo apt-get install ./overlaybd-0.6.0-1.x86_64.deb
wget https://github.com/containerd/overlaybd/releases/download/v0.6.1/overlaybd-0.6.1-1.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-snapshotter_0.6.0_amd64.deb
rm ./overlaybd-0.6.0-1.x86_64.deb
rm ./overlaybd-0.6.1-1.x86_64.deb
rm ./overlaybd-snapshotter_0.6.0_amd64.deb

# Enable kernel feature
Expand Down

0 comments on commit da9a184

Please sign in to comment.