This commit is contained in:
2025-06-15 22:40:28 +02:00
parent 8a8ead17cb
commit e7e8e7daf8
8 changed files with 86 additions and 51 deletions

View File

@@ -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();