vault backup: 2026-02-11 16:45:56

This commit is contained in:
Thomas Peetz
2026-02-11 16:45:55 +01:00
parent 61e68d3f28
commit 9c88d9e04a
2 changed files with 11 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
---
tags:
- IT/Tools
---
## Installation
```shell
sudo apt install ffmpeg
sudo wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp
sudo chmod a+rx /usr/local/bin/yt-dlp
```