File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ Installation:
3838- Open a root shell to your TV *using ssh* (not telnet!)
3939- Download, extract and run the installer by issuing something like:
4040 cd ~
41- wget https://github.com/lgstreamer/dts_restore/archive/refs/tags/1.1 .tar.gz
42- tar -xzvf 1.1 .tar.gz
43- ./dts_restore-1.1 /install.sh
41+ wget https://github.com/lgstreamer/dts_restore/archive/refs/tags/1.2 .tar.gz
42+ tar -xzvf 1.2 .tar.gz
43+ ./dts_restore-1.2 /install.sh
4444
4545
4646Uninstallation:
@@ -49,7 +49,7 @@ Uninstallation:
4949- Open a root shell to your TV
5050- Run the commands:
5151 cd ~
52- ./dts_restore-1.1 /uninstall.sh
52+ ./dts_restore-1.2 /uninstall.sh
5353- Fully power off or reboot your TV.
5454
5555
Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22# DTS playback restoration script for LG OLED CX
3- # Copyright (c) 2022-2023 Pete Batard <pete@akeo.ie>
3+ # Copyright (c) 2022-2024 Pete Batard <pete@akeo.ie>
44# See https://github.com/RootMyTV/RootMyTV.github.io/issues/72#issuecomment-1343204028
55
66# Get the path where the script is located.
@@ -70,9 +70,9 @@ if [[ "$GST_VERSION" != "1.14.4" || "${WEBOS_VERSION::1}" != "5" || "${MODEL_NAM
7070 echo " $MODEL_NAME TV with webOS $WEBOS_VERSION and GStreamer $GST_VERSION ."
7171 echo
7272 echo " While installing this software on an incompatible platform should not"
73- echo " cause irreversible damage, if you choose to proceed, you do acknowlegde "
73+ echo " cause irreversible damage, if you choose to proceed, you do acknowledge "
7474 echo " that, because you are not using the relevant target system:"
75- echo " 1. The software may not work as expected, it at all."
75+ echo " 1. The software may not work as expected, if at all."
7676 echo " 2. You may lose existing features and/or functionality."
7777 echo " 3. The entire responsibility for trying this software on an unsupported"
7878 echo " platform lies entirely with you."
You can’t perform that action at this time.
0 commit comments