SinusBot / installer-linux

đŸ’¾ SinusBot Installer for Debian, Ubuntu and CentOS - Installs the SinusBot with a single command.
https://sinusbot.github.io/installer/
Other
35 stars 34 forks source link
centos debian fedora linux shell-script sinusbot sinusbot-installer ubuntu

SinusBot Installer for Linux

Build Status

Officially supported Linux distributions

Features

The following tasks will be done:

The duration of the installation process depends on your system (how many packages need to be updated, internet connection, processing power) but typically takes about one to five minutes.

There's no support for Plesk or outdated operating systems like Debian 7!

Watch video

Installation

bash <(wget --no-check-certificate -O - 'https://raw.githubusercontent.com/SinusBot/installer-linux/master/sinusbot_installer.sh')

This command basically downloads the latest version of the installer-script and executes it via the bash.

Contribution

If you want to contribute, the sourcecode is formatted with the shell-format extension from VS Code.