From ee71369046ca1368eb5a1601015dcd34f021fec0 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 20 Oct 2022 02:42:35 -0400 Subject: [PATCH] Switch to yt-dlp Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2d63312..f3406e9 100644 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo > / /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew tap homebrew/autoupdate brew install --cask android-studio docker free-gpgmail github ivpn visual-studio-code -brew install ffmpeg youtube-dl +brew install ffmpeg yt-dlp sudo chmod 400 /Applications/IVPN.app/Contents/Resources/etc/ca.crt sudo chmod 400 /Applications/IVPN.app/Contents/Resources/etc/ta.key