From 7843b526b3b3b85e592312a35eecc2473fc360c6 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Mon, 4 Nov 2024 08:55:35 -0800 Subject: [PATCH] Adds snap to core ubuntu installs --- ubuntu/ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/ubuntu.sh b/ubuntu/ubuntu.sh index 39210d7..a6f356e 100644 --- a/ubuntu/ubuntu.sh +++ b/ubuntu/ubuntu.sh @@ -3,6 +3,7 @@ sudo apt update sudo apt install curl -y sudo apt install nfs-common -y sudo apt install fzf -y +sudo apt install snapd -y sudo apt install btop -y sudo apt-get install fuse libfuse2 -y