forked from SvenVD/rpisurv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall_reqs.sh
More file actions
14 lines (13 loc) · 847 Bytes
/
install_reqs.sh
File metadata and controls
14 lines (13 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo apt install -y libvlc-bin=3.0.17.4-0+deb10u2+rpt1 --no-install-recommends --allow-downgrades
sudo apt install -y vlc-data=3.0.17.4-0+deb10u2+rpt1 --no-install-recommends
sudo apt install -y vlc-bin=3.0.17.4-0+deb10u2+rpt1 --no-install-recommends
sudo apt install -y vlc-plugin-base=3.0.17.4-0+deb10u2+rpt1 --no-install-recommends
sudo apt install -y vlc-plugin-qt=3.0.17.4-0+deb10u2+rpt1 --no-install-recommends
sudo apt install -y vlc-plugin-video-output=3.0.17.4-0+deb10u2+rpt1 --no-install-recommends
sudo apt --allow-downgrades install -y vlc=3.0.17.4-0+deb10u2+rpt1 \
vlc-l10n=3.0.17.4-0+deb10u2+rpt1 \
vlc-plugin-notify=3.0.17.4-0+deb10u2+rpt1 \
vlc-plugin-samba=3.0.17.4-0+deb10u2+rpt1 \
vlc-plugin-skins2=3.0.17.4-0+deb10u2+rpt1 \
vlc-plugin-video-splitter=3.0.17.4-0+deb10u2+rpt1 \
vlc-plugin-visualization=3.0.17.4-0+deb10u2+rpt1