Skip to content

Commit d44b1be

Browse files
committed
Release 1.0 version
1 parent e18e1c2 commit d44b1be

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

index.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ console.log(`You can choose 'y' for YES or 'n' for NO to decide about each insta
66
await sleep(1000);
77
let shouldProceed = await question('Do you want to proceed? (y/n) ');
88
if (shouldProceed === 'y' || shouldProceed === 'yes') {
9-
console.log(`The ${shouldProceed} is the best kind of bear.`);
9+
console.log(`Thank you for your choice. Installation process will start now. \n\n`);
1010
await sleep(1000);
1111
console.log(`Installing packages...`);
1212
await sleep(1000);

setup-node.sh

-4
This file was deleted.

0 commit comments

Comments
 (0)