Skip to content

Instantly share code, notes, and snippets.

@robinrm
robinrm / sinusbot_installer.sh
Last active June 8, 2024 21:23
edited SinusBot Updater (by Phillip Eßwein) for environments with other ntp server settings
#!/bin/bash
# SinusBot installer by Philipp Eßwein - DAThosting.eu [email protected]
# Vars
MACHINE=$(uname -m)
Instversion="1.5"
USE_SYSTEMD=true