From 8b9352a12ce4fddded9701e6f1d72811472b3945 Mon Sep 17 00:00:00 2001 From: cpunerd Date: Mon, 5 Aug 2024 15:09:57 -0500 Subject: [PATCH] Remove snaps --- src/list.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/list.rs b/src/list.rs index 4bf11d55..d1a4a98f 100644 --- a/src/list.rs +++ b/src/list.rs @@ -74,6 +74,10 @@ impl CustomList { name: "Global Theme", command: Command::LocalFile("system-setup/3-global-theme.sh"), }, + ListNode { + name: "Remove Snaps", + command: Command::LocalFile("system-setup/4-remove-snaps.sh"), + }, }, ListNode { name: "Security",