postgresql & new docs

This commit is contained in:
2025-01-01 17:44:06 +01:00
parent b927fc5b5d
commit 36f41150c2
83 changed files with 3175 additions and 3768 deletions

View File

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