diff options
author | Sergio Garcia <[email protected]> | 2021-10-11 18:39:02 -0300 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2021-10-22 16:26:07 -0600 |
commit | 70e454812ef684d02ffa881becf0f8ce6a1b5f8c (patch) | |
tree | 35207516d4b87264a0b631088a1f1a7ba39db1da | |
parent | 355ff83e74f6e27c79033b8dfb899e3a3b529049 (diff) | |
download | hugo-70e454812ef684d02ffa881becf0f8ce6a1b5f8c.tar.gz hugo-70e454812ef684d02ffa881becf0f8ce6a1b5f8c.zip |
Added nodesource apt repository to snap package
-rw-r--r-- | snap/snapcraft.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |