UNPKG

@porosys/pss

Version:

Porosys Server Setup (pss): General-purpose server setup and automation tool (including Netdata management)

9 lines (7 loc) 169 B
import { Dependency } from '../../../types'; export const netdataInstallDependencies: Dependency[] = [ { binary: 'sendmail', packageName: 'sendmail', }, ];