- Debian 11+
- Ubuntu 22.04+
bash <(wget --no-check-certificate -O - 'https://raw.githubusercontent.com/Chiko1337/SinusBot-Installer-Linux-Fixed/main/sinusbot_installer.sh')
This command basically downloads the latest version of the installer-script and executes it via the bash.
- Install the SinusBot to a selected folder
- Automatic = /opt/sinusbot
- or own dir
- Update the SinusBot and youtube-dlp
- Reset the password
- Uninstall the bot
The following tasks will be done:
- Checks if the linux distribution is supported
- Installs the latest supported version of the teamspeak client
- Installs all the necessary dependencies
- Creates a separated user
- Installs the latest SinusBot version
- Installs youtube-dlp
- Adds a cronjob for daily youtube-dlp update
- Sets all the file permissions correctly
- Generates startup files:
- systemd file =>
service sinusbot {start|stop|restart|status}
- init.d =>
/etc/init.d/sinusbot {start|stop|restart}
- systemd file =>
- Removes all temporary files
- Starts the SinusBot after installation
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.
If you want to contribute, the sourcecode is formatted with the shell-format extension from VS Code.