summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorJoan Bruguera2021-04-08 20:25:05 +0200
committerJoan Bruguera2021-04-08 20:25:44 +0200
commitd33ec60d7fe3fff6c8ba4a364f1b1ec0ec8bbd0f (patch)
tree794710c6965d6be36e47bd804da9932ee5de9ea3 /install.sh
parent03f87a8a41382fac40f86bf8881852621da283ba (diff)
downloadaur-d33ec60d7fe3fff6c8ba4a364f1b1ec0ec8bbd0f.tar.gz
decK v1.6.0.
Remove analytics warnings since they have been removed for now (GitHub PR #301 / issue #275).
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/install.sh b/install.sh
deleted file mode 100755
index ddb90781ece4..000000000000
--- a/install.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env sh
-
-post_install() {
- echo "! decK collects anonymized analytics by default"
- echo "! It can be disabled by setting the environment variable DECK_ANALYTICS to off"
- echo "! For more information, see https://docs.konghq.com/deck/commands/"
- echo "! https://github.com/Kong/deck/issues/136"
-}
-
-post_upgrade() {
- post_install
-}