import chalk from 'chalk' import { command, execSync, log } from './helpers/command.js' try { log(chalk.green('Installing letsencrypt')) command('apt-get install -y letsencrypt') command('systemctl status certbot.timer') } catch(error) { }