From aa96d9a7a629c3f54d3ed750dddd293b09c9aff1 Mon Sep 17 00:00:00 2001 From: BdPrgmmer <52228800+BdPrgmmer@users.noreply.github.com> Date: Fri, 29 Dec 2023 23:18:45 -0800 Subject: [PATCH] [Installation] Fix typo (#33) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 9a68dfd..43d4ac3 100644 --- a/Installation.md +++ b/Installation.md @@ -101,7 +101,7 @@ sudo pacman -Syu ### [APT](https://en.wikipedia.org/wiki/APT_(software)) -You can download and install yt-dlp for recent Ubuntu and other related Debian-based distributions by adding the [this PPA](https://launchpad.net/~tomtomtom/+archive/ubuntu/yt-dlp) +You can download and install yt-dlp for recent Ubuntu and other related Debian-based distributions by adding [this PPA](https://launchpad.net/~tomtomtom/+archive/ubuntu/yt-dlp) ```bash sudo add-apt-repository ppa:tomtomtom/yt-dlp # Add ppa repo to apt sudo apt update # Update package list