diff --git a/pages/01.administrate/05.install/install.md b/pages/01.administrate/05.install/install.md index e144d17e..e1b45a8d 100644 --- a/pages/01.administrate/05.install/install.md +++ b/pages/01.administrate/05.install/install.md @@ -476,6 +476,8 @@ curl https://install.yunohost.org | bash !!! **Note for advanced users concerned with the `curl|bash` approach:** consider reading ["Is curl|bash insecure?"](https://sandstorm.io/news/2015-09-24-is-curl-bash-insecure-pgp-verified-install) on Sandstom's blog, and possibly [this discussion on Hacker News](https://news.ycombinator.com/item?id=12766350&noprocess). +!!! If `dialog` is not installed on your system, you will soon be shown an empty prompt which hangs. Exit the script with Ctrl + C and install it with `apt install dialog`. + {% endif %}