mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
M #: remove useless file (#4515)
This commit is contained in:
parent
47e322d3a0
commit
cbd3bda137
@ -1,16 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
version="v0.21.1"
|
||||
|
||||
# Download version version of Firecracker
|
||||
curl -LOJ https://github.com/firecracker-microvm/firecracker/releases/download/${version}/firecracker-${version}-$(uname -m)
|
||||
mv firecracker-${version}-$(uname -m) /usr/bin/firecracker
|
||||
chmod +x /usr/bin/firecracker
|
||||
|
||||
|
||||
# Download version version of jailer
|
||||
curl -LOJ https://github.com/firecracker-microvm/firecracker/releases/download/${version}/jailer-${version}-$(uname -m)
|
||||
mv jailer-${version}-$(uname -m) /usr/bin/jailer
|
||||
chmod +x /usr/bin/jailer
|
Loading…
Reference in New Issue
Block a user