Adds snap to core ubuntu installs

This commit is contained in:
2024-11-04 08:55:35 -08:00
parent 3084fd51b9
commit 7843b526b3

View File

@@ -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