Files
voice-cat/deploy/linux/install.sh
T
Talon 7be93e81a1
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s
Package managed server for Linux production
2026-09-16 17:08:17 +02:00

8 lines
267 B
Bash
Executable File

#!/bin/sh
set -eu
install -d -m 0755 /usr/local/lib/voicecat
install -m 0755 VoiceCat.Server /usr/local/lib/voicecat/VoiceCat.Server
install -m 0644 voicecat.service /etc/systemd/system/voicecat.service
systemctl daemon-reload
systemctl enable --now voicecat.service