mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-19 16:49:50 +01:00
Update mediamtx-install.sh - force copy binary on reinstall
This commit is contained in:
@@ -22,7 +22,7 @@ mkdir -p /usr/local/etc/rc.d
|
|||||||
git clone https://github.com/bluenviron/mediamtx /mediamtx
|
git clone https://github.com/bluenviron/mediamtx /mediamtx
|
||||||
cd /mediamtx && go122 generate ./...
|
cd /mediamtx && go122 generate ./...
|
||||||
cd /mediamtx && go122 build .
|
cd /mediamtx && go122 build .
|
||||||
cp /mediamtx/mediamtx /usr/local/bin/mediamtx
|
cp -f /mediamtx/mediamtx /usr/local/bin/mediamtx
|
||||||
chmod +x /usr/local/bin/mediamtx
|
chmod +x /usr/local/bin/mediamtx
|
||||||
if [ ! -f "/usr/local/etc/mediamtx/mediamtx.yml" ]; then
|
if [ ! -f "/usr/local/etc/mediamtx/mediamtx.yml" ]; then
|
||||||
cp /mediamtx/mediamtx.yml /usr/local/etc/mediamtx/
|
cp /mediamtx/mediamtx.yml /usr/local/etc/mediamtx/
|
||||||
|
|||||||
Reference in New Issue
Block a user