YunoHost installation scripts
Find a file
2020-04-04 19:40:30 +02:00
.editorconfig [fix] editorconfig file. 2016-05-10 14:26:28 +02:00
.gitignore Adding programming environment config files 2015-09-17 00:12:40 +02:00
install_yunohost Spookier warnings because people just add -f without wondering wtf -_- 2020-04-04 19:40:30 +02:00
LICENSE Add GNU AGPL v3 LICENSE 2015-12-27 13:21:01 +04:00
README.md Update README.md 2018-12-18 17:00:36 +01:00

YunoHost installation scripts

Context

The script install_yunohost will install YunoHost on a Debian system.

Only Debian 9/Stretch systems running with kernel >= 3.12 systemd - which is generally the default - are supported.

Basic usage

With a curl|bash syntax :

$ curl https://raw.githubusercontent.com/YunoHost/install_script/stretch/install_yunohost | bash

If something goes wrong, you can check the installation logs saved in /var/log/yunohost-installation.log

Advanced usage

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

By specifying -a, the installation will be performed without asking any question. This is useful for fully automated headless installations. The post-installation will need to be performed later.

The -d <DISTRIB> switch is mostly for advanced users who want to install the bleeding edge versions of YunoHost packages.

Issues, Feedback

Please report issues here : https://github.com/YunoHost/issues/issues