summarylogtreecommitdiffstats
path: root/nteract-bin.install
diff options
context:
space:
mode:
authorConor Anderson2017-07-20 09:53:59 -0500
committerConor Anderson2017-07-20 09:53:59 -0500
commit19195d17b4c8ad62715500ab9fd5411ece4918e2 (patch)
tree39a898846d43f808cd6cfbb4f63ff16e696f86df /nteract-bin.install
parent956d3d2fe7b8ffe82c7153010fcd065a591ddb21 (diff)
downloadaur-19195d17b4c8ad62715500ab9fd5411ece4918e2.tar.gz
Make the install message prettier.
Diffstat (limited to 'nteract-bin.install')
-rw-r--r--nteract-bin.install15
1 files changed, 12 insertions, 3 deletions
diff --git a/nteract-bin.install b/nteract-bin.install
index d2599f4edbd7..e6843327e654 100644
--- a/nteract-bin.install
+++ b/nteract-bin.install
@@ -1,9 +1,18 @@
post_install() {
- echo "==> If you require help installing additional kernels, please visit:"
- echo "==> https://wiki.archlinux.org/index.php/Jupyter#Kernels"
+
+ cat << EOF
+
+ ╭────────────────────────────────────────────────────────╮
+ │ │
+ │ For help installing additional kernels, visit: │
+ │ https://wiki.archlinux.org/index.php/Jupyter#Kernels │
+ │ │
+ ╰────────────────────────────────────────────────────────╯
+
+EOF
}
post_upgrade() {
- post_install()
+ post_install
}