From f54e224b463bbafb86e3f07f46fdfca9880727fa Mon Sep 17 00:00:00 2001 From: rasmus Date: Sun, 30 Mar 2025 13:24:10 +0200 Subject: [PATCH] Update setup-ubuntu.sh --- setup-ubuntu.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup-ubuntu.sh b/setup-ubuntu.sh index 500d2b7..932468a 100755 --- a/setup-ubuntu.sh +++ b/setup-ubuntu.sh @@ -27,10 +27,6 @@ software=( # Run nala install for all software in the array sudo nala install -y "${software[@]}" > /dev/null -# Install apps from Snap -echo "📦 Installing applications from Snap..." -sudo snap install slack # Slack - # Flatpak and flathub repo echo "📦 Installing applications from Flathub..." sudo nala install -y flatpak gnome-software-plugin-flatpak > /dev/null