8 lines
151 B
TypeScript
8 lines
151 B
TypeScript
import setupSSH from "./(functions)/setup-ssh";
|
|
import setupSSL from "./(functions)/setup-ssl";
|
|
|
|
await setupSSL();
|
|
await setupSSH();
|
|
|
|
process.exit(0);
|