From 42257589839cde878374072235775a9b020f1d48 Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Wed, 31 Jan 2024 21:01:54 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Install=20VLC=20on=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- os/install.fish | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/os/install.fish b/os/install.fish index 1adbaf9..0515137 100644 --- a/os/install.fish +++ b/os/install.fish @@ -37,7 +37,7 @@ if [ "$(uname)" = "Darwin" ] else if [ "$(uname)" = "Linux" ] && cmd_exists snap apt_install "wget" "wget" - apt_install "curl" "curl" + apt_install "curl" "cURL" # Networking. if ! cmd_exists windscribe @@ -57,5 +57,9 @@ else if [ "$(uname)" = "Linux" ] && cmd_exists snap && /tmp/bd.AppImage" \ "BetterDiscord" + # Productivity. execute "sudo snap install obsidian --classic" "Obsidian" + + # Media. + execute "sudo snap install vlc" "VLC" end