Please report any issue/feedback on https://github.com/YunoHost/issues/issues
The script install_yunohost will install YunoHost on a Debian system.
Only Debian systems running with kernel >= 3.12 systemd - which is generally the default - are supported.
With a curl|bash syntax :
$ curl https://raw.githubusercontent.com/YunoHost/install_script/main/<distname> | bashIf something goes wrong, you can check the installation logs saved in /var/log/yunohost-installation.log
The script supports a number of positional arguments:
$ bash install_yunohost -h Usage : install_yunohost [-a] [-d <DISTRIB>] [-h] Options : -a Enable automatic mode. No questions are asked. This does not perform the post-install step. -d Choose the distribution to install ('stable', 'testing', 'unstable'). Defaults to 'stable' -h Prints this help and exit Option -a is useful for fully automated headless installations.
The post-installation will have to be performed later.