Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'