The following tasks will be done:
service sinusbot {start|stop|restart|status}
/etc/init.d/sinusbot {start|stop|restart}
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!
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.
If you want to contribute, the sourcecode is formatted with the shell-format extension from VS Code.