...
This commit is contained in:
@@ -19,9 +19,7 @@ fn zinit(){
|
||||
download_file(url,`/tmp/${name}`,5000);
|
||||
copy_bin(`/tmp/${name}`);
|
||||
delete(`/tmp/${name}`);
|
||||
|
||||
let name="containerd";
|
||||
|
||||
screen_new("zinit", "zinit init");
|
||||
}
|
||||
|
||||
platform_check_linux_x86();
|
||||
|
@@ -14,7 +14,9 @@ fn nerdctl_download(){
|
||||
copy_bin(`/tmp/${name}/bin/*`);
|
||||
delete(`/tmp/${name}`);
|
||||
|
||||
run("apt-get -y install buildah runc");
|
||||
package_install("buildah");
|
||||
package_install("runc");
|
||||
|
||||
|
||||
// let url="https://github.com/threefoldtech/rfs/releases/download/v2.0.6/rfs";
|
||||
// download_file(url,`/tmp/rfs`,10000);
|
||||
|
Reference in New Issue
Block a user