Skip to content

Commit

Permalink
fix(Makefile): install fetch-service from edge
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 12, 2024
1 parent b3370c5 commit 9c6d5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c6d5d4

Please sign in to comment.