[Scripts] Use sudo to install prebuilt MPV.
This commit is contained in:
parent
7ec9f73c52
commit
232517cde5
|
@ -10,7 +10,7 @@ mkdir -p ~/.cache/deps
|
||||||
|
|
||||||
if [[ "${USE_PREBUILT_MPV}" ]]; then
|
if [[ "${USE_PREBUILT_MPV}" ]]; then
|
||||||
wget https://github.com/NamedKitten/mpv-builder/releases/download/continuous/deps.tar.xz
|
wget https://github.com/NamedKitten/mpv-builder/releases/download/continuous/deps.tar.xz
|
||||||
tar xvf deps.tar.xz -C /
|
sudo tar xvf deps.tar.xz -C /
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue