Compare commits

...

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
18db2f3462 Add ffmpeg installation to go2rtc install script
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
2026-03-15 22:00:57 +00:00
copilot-swe-agent[bot]
499c9148e2 Initial plan 2026-03-15 21:59:45 +00:00
MickLesk
182f07b677 typo 2026-03-15 21:10:44 +01:00
2 changed files with 5 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ function update_script() {
[Install]
WantedBy=multi-user.target
EOF
EOF
systemctl daemon-reload
msg_ok "Refreshed SparkyFitness Service"

View File

@@ -14,6 +14,10 @@ network_check
update_os
setup_hwaccel
msg_info "Installing Dependencies"
$STD apt install -y ffmpeg
msg_ok "Installed Dependencies"
USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "go2rtc" "AlexxIT/go2rtc" "singlefile" "latest" "/opt/go2rtc" "go2rtc_linux_amd64"
msg_info "Creating Service"