Now added delete for real

This commit is contained in:
2022-05-01 17:08:10 +03:00
parent 623a7d4f97
commit e8218f1f75

View File

@@ -8,7 +8,7 @@ You should first go get [ustvgo_to_m3u](https://github.com/benmoose39/ustvgo_to_
## Installation
```
```sh
git clone https://git.konsthol.eu/konsthol/UsTvGo_Menu
cd UsTvGo_Menu
sudo cp tv.sh /usr/bin/
@@ -17,11 +17,11 @@ sudo cp tv.sh /usr/bin/
## Usage
Simply run ./tv.sh or even better assign it to run with a keybinding
Simply run `tv.sh` or even better assign it to run with a keybinding
Also as benmoose39 says in his repo the playlist url changes every 4 hours so if you don't hate setting up cron jobs you should do the following
```
```sh
crontab -e (to open the cronjobs file)
0 */4 * * * ~/PATH_UP_TO/ustvgo_to_m3u/autorun.sh
```