Add note to install dialog

Not all providers have dialog in their Debian 10 image
This commit is contained in:
gisforgabriel 2021-07-27 16:31:30 +01:00 committed by GitHub
parent 0f69e899de
commit 8f1b52c78f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <kbd>Ctrl</kbd> + <kbd>C</kbd> and install it with `apt install dialog`.
{% endif %}