From 287df49af21d64d940da770fdf27c0ed912f8b85 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 28 Dec 2024 09:16:39 +0100 Subject: [PATCH] Rebuild Snap with multipass support --- snap/snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ac87e892..081086d7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: glances -version: '4.3.0.3+build01' # Put the current stable version+buildXX +version: '4.3.0.4+build01' # Put the current stable version+buildXX summary: Glances an Eye on your system. A top/htop alternative. description: | @@ -32,6 +32,7 @@ apps: - power-control - process-control - network-setup-observe + - multipass-support environment: LANG: C.UTF-8 LC_ALL: C.UTF-8