From 35656c2c328c6a915177a86d47d8cf8e9c012b51 Mon Sep 17 00:00:00 2001 From: Avinash Pandey Date: Fri, 22 Sep 2023 16:35:26 +0530 Subject: [PATCH] install vlc --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 26881e6..763bcbe 100755 --- a/install.sh +++ b/install.sh @@ -4,6 +4,8 @@ apt install cmake libglib2.0-dev libudev-dev libsystemd-dev libreadline-dev chec apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-tools -y +apt install vlc -y + mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. @@ -22,4 +24,4 @@ echo "-- Installing: /etc/systemd/system/miracle-wifid.service" cp systemd/system/miracle-wifid.service /etc/systemd/system/ echo "-- Installing: /etc/systemd/system/miracle-sink.service" -cp systemd/system/miracle-sink.service /etc/systemd/system/ \ No newline at end of file +cp systemd/system/miracle-sink.service /etc/systemd/system/