From 90800a9886d96ef6550cfba23923aba055181d08 Mon Sep 17 00:00:00 2001 From: axionl Date: Thu, 21 Jun 2018 22:01:30 +0800 Subject: [PATCH] Edited the remove the /usr/share/doc/teleport from teleport.install --- teleport.install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/teleport.install b/teleport.install index b2af619..9dd32af 100644 --- a/teleport.install +++ b/teleport.install @@ -1,6 +1,5 @@ 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.' + echo 'Please follow the instructions on https://gravitational.com/teleport/docs/quickstart/ to set things up.' } post_remove() {