1
0
Fork 0

[Scripts] Use sudo to install prebuilt MPV.

This commit is contained in:
Kitteh 2018-11-06 10:04:08 +00:00
parent 7ec9f73c52
commit 232517cde5

View file

@ -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