mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Update caps
This commit is contained in:
parent
c111b07e13
commit
6f89bca8d1
|
@ -77,7 +77,7 @@ setupHardwareAcceleration() {
|
||||||
|
|
||||||
printf "%b\n" "${GREEN}Hardware Acceleration setup completed successfully.${RC}"
|
printf "%b\n" "${GREEN}Hardware Acceleration setup completed successfully.${RC}"
|
||||||
|
|
||||||
if promptUser "enable hardware Acceleration in mpv player"; then
|
if promptUser "enable Hardware Acceleration in MPV player"; then
|
||||||
if [ -f "$HOME/.config/mpv/mpv.conf" ];then
|
if [ -f "$HOME/.config/mpv/mpv.conf" ];then
|
||||||
sed -i '/^hwdec/d' "$HOME/.config/mpv/mpv.conf"
|
sed -i '/^hwdec/d' "$HOME/.config/mpv/mpv.conf"
|
||||||
fi
|
fi
|
||||||
|
@ -99,7 +99,7 @@ installDriver() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "%b\n" "${GREEN}Driver installed successfully.${RC}"
|
printf "%b\n" "${GREEN}Driver installed successfully.${RC}"
|
||||||
if promptUser "setup hardware Acceleration"; then
|
if promptUser "setup Hardware Acceleration"; then
|
||||||
setupHardwareAcceleration
|
setupHardwareAcceleration
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user