Refactor installation scripts

This commit is contained in:
Shivam Mathur
2019-10-11 04:41:25 +05:30
parent 3087ceb811
commit e755fb7a69
25 changed files with 345 additions and 520 deletions

View File

@@ -79,6 +79,4 @@ async function run() {
}
// call the run function
run().then(function() {
console.log('done');
});
run();