From 9c6d5d46e851c71dcaa44eb82cdafcb472ecad37 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Thu, 12 Dec 2024 01:02:43 -0500 Subject: [PATCH] fix(Makefile): install fetch-service from edge --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfd5e829..5bc228b2 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ else endif ifneq ($(shell which snap),) sudo snap install lxd - sudo snap install --beta fetch-service + sudo snap install --edge fetch-service || sudo snap refresh --amend --edge fetch-service endif ifneq ($(shell which lxd),) sudo lxd init --auto