This repository has been archived on 2026-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
teleport-bin/teleport.install
T
2018-06-21 21:54:52 +08:00

9 lines
292 B
Plaintext

post_install() {
echo 'Please follow the instructions in `/usr/share/doc/teleport/quickstart.md`'
echo 'or on https://gravitational.com/teleport/docs/quickstart/ to set things up.'
}
post_remove() {
echo 'You may want to delete `/var/lib/teleport` to remove leftover application data.'
}