Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YunoHost/install_script
YunoHost installation scripts
https://github.com/YunoHost/install_script
debian install-script shell yunohost
Last synced: 1 day ago
JSON representation
YunoHost installation scripts
- Host: GitHub
- URL: https://github.com/YunoHost/install_script
- Owner: YunoHost
- License: agpl-3.0
- Created: 2012-06-24T09:13:13.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T12:01:43.000Z (4 days ago)
- Last Synced: 2024-11-01T12:20:26.376Z (4 days ago)
- Topics: debian, install-script, shell, yunohost
- Language: Shell
- Homepage: http://yunohost.org
- Size: 260 KB
- Stars: 74
- Watchers: 16
- Forks: 42
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - YunoHost/install_script - YunoHost installation scripts (shell)
README
# YunoHost installation scripts
Please report any issue/feedback on https://github.com/YunoHost/issues/issues
## Context
The script `install_yunohost` will install [YunoHost](https://yunohost.org/) on a Debian system.
Only Debian systems running with kernel >= 3.12 [systemd](https://wiki.debian.org/systemd) - which is generally the default - are supported.
## Basic usage
With a `curl|bash` syntax :
```bash
$ curl https://raw.githubusercontent.com/YunoHost/install_script/main/ | 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 ] [-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](https://yunohost.org/#/postinstall) will have to be performed later.