All Projects → YunoHost → install_script

YunoHost / install_script

Licence: AGPL-3.0 license
YunoHost installation scripts

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to install script

kali-whoami
Whoami provides enhanced privacy, anonymity for Debian and Arch based linux distributions
Stars: ✭ 1,424 (+1905.63%)
Mutual labels:  debian
wireguard ynh
WireGuard VPN software with a web UI configuration companion, packaged for YunoHost.
Stars: ✭ 24 (-66.2%)
Mutual labels:  yunohost
Deb Dots
Debian GNU/Linux dot files.
Stars: ✭ 49 (-30.99%)
Mutual labels:  debian
debian-packaging-for-the-modern-developer
Debian packaging tutorials for the modern developer
Stars: ✭ 347 (+388.73%)
Mutual labels:  debian
debian bridge
CLI utility to run .deb packages on non-debian distros using docker
Stars: ✭ 23 (-67.61%)
Mutual labels:  debian
ansible-role-php-versions
Ansible Role - PHP Versions
Stars: ✭ 78 (+9.86%)
Mutual labels:  debian
xx
Dockerfile cross-compilation helpers
Stars: ✭ 124 (+74.65%)
Mutual labels:  debian
debian-setup
neurite.github.io/debian-setup
Stars: ✭ 27 (-61.97%)
Mutual labels:  debian
dotfiles
Dotfiles generator that allows quick configuration of different window managers in multiple OSs
Stars: ✭ 36 (-49.3%)
Mutual labels:  debian
task-spooler
A scheduler for GPU/CPU tasks
Stars: ✭ 77 (+8.45%)
Mutual labels:  debian
AwsTerm
A collection of awesome terminal utilities
Stars: ✭ 37 (-47.89%)
Mutual labels:  debian
scripts
Collection of useful scripts for Linux (git, docker, LUKS, Archlinux...)
Stars: ✭ 36 (-49.3%)
Mutual labels:  debian
builder
Treehouses Awesome 👓 Raspberry Pi Image Builder 🏗
Stars: ✭ 44 (-38.03%)
Mutual labels:  debian
notion-repackaged
notion executables with the notion-enhancer embedded & a vanilla port of the official app to linux
Stars: ✭ 733 (+932.39%)
Mutual labels:  debian
python-deb-pkg-tools
Debian packaging tools
Stars: ✭ 36 (-49.3%)
Mutual labels:  debian
grsecurity-reproducible-build
Some scripts to create a reproducible build for grsecurity
Stars: ✭ 28 (-60.56%)
Mutual labels:  debian
ezpptp
Easy PPTP VPN setup script for Debian based VPS
Stars: ✭ 87 (+22.54%)
Mutual labels:  debian
debian-packaging
Create Debian packages of non-free, closed-source and other software.
Stars: ✭ 19 (-73.24%)
Mutual labels:  debian
installer-linux
💾 SinusBot Installer for Debian, Ubuntu and CentOS - Installs the SinusBot with a single command.
Stars: ✭ 28 (-60.56%)
Mutual labels:  debian
docker-debian-repository
A local repository for publishing deb files for use with apt.
Stars: ✭ 49 (-30.99%)
Mutual labels:  debian

YunoHost installation scripts

Please report any issue/feedback on https://github.com/YunoHost/issues/issues

Context

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.

Basic usage

With a curl|bash syntax :

$ curl https://raw.githubusercontent.com/YunoHost/install_script/main/<distname> | 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

Option -a is useful for fully automated headless installations.

The post-installation will have to be performed later.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].