From 3a4f3b2892145c373491f061ac4dd05d499f75b2 Mon Sep 17 00:00:00 2001 From: Christian Busch Date: Tue, 2 Aug 2022 18:59:41 +0200 Subject: [PATCH] feat(#22): install.sh with additional information --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install.sh b/install.sh index 901dbfa..a8a16a8 100755 --- a/install.sh +++ b/install.sh @@ -25,3 +25,11 @@ sudo install -m 0755 /tmp/deck/deck /usr/local/bin/deck # cleanup rm -rf /tmp/$file_name rm -rf /tmp/deck + +# additional information +echo $'\n---\n' +echo $'🎉 Getdeck has been successfully installed\n' +echo $'🚀 Here\'s our getting started guide: https://getdeck.dev/docs/deck/getting-started' +echo $'🔧 Intro for Ops: https://getdeck.dev/docs/deck/for-devops/intro' +echo $'💻 Intro for Devs: https://getdeck.dev/docs/deck/for-devs/intro\n' +echo $'❓ Any problems? Feel free to give us feedback: https://github.com/Getdeck/getdeck/issues\n'