From 70e454812ef684d02ffa881becf0f8ce6a1b5f8c Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Mon, 11 Oct 2021 18:39:02 -0300 Subject: [PATCH] Added nodesource apt repository to snap package --- snap/snapcraft.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 188bab501..fa9605949 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -10,6 +10,13 @@ base: core20 confinement: strict grade: devel # "devel" or "stable" +package-repositories: + - type: apt + components: [main] + suites: [focal] + key-id: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280 + url: https://deb.nodesource.com/node_16.x + apps: hugo: command: bin/hugo