This commit is contained in:
2025-10-13 11:41:26 +04:00
parent aa992cef7d
commit f34ca98623
54 changed files with 94 additions and 613 deletions

View File

@@ -16,7 +16,7 @@ pub mut:
}
// install restic will return true if it was already installed
pub fn build_(args BuildArgs) ! {
pub fn build(args BuildArgs) ! {
// make sure we install base on the node
if core.platform() != .ubuntu {
return error('only support ubuntu for now')