In a /scripts folder we should have 3 script, one for each OS, that : - download the node from links exposed in the doc : https://docs.massa.net/docs/node/install - uncompress it - rename the folder node-massa - inside the node-massa folder keep only the massa-node folder (delete massa-client) - duplicate massa-node - rename one of them mainnet - rename the other buildnet - retrieve the buildnet conf from https://raw.githubusercontent.com/massalabs/massa/buildnet/massa-node/base_config/config.toml (this is inspired from https://github.com/massalabs/docs/blob/d6625369a7d1654747718e37a9db1ea210e4c0f0/scripts/download-configs.sh#L59) and replace the base_config/config.toml content of the buildnet dir by the the downloaded content
In a /scripts folder we should have 3 script, one for each OS, that :