add: snap URL-fetcher
This commit is contained in:
parent
5afbb937cf
commit
4cbcd00e4e
3
bash/get_snap_download_link.sh
Executable file
3
bash/get_snap_download_link.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Usage: $basename snap_packagename
|
||||
PACKAGE=$1; curl -s -H 'Snap-Device-Series: 16' http://api.snapcraft.io/v2/snaps/info/$PACKAGE | jq '."channel-map" | map(select(.channel.architecture == "amd64" and .channel.name == "stable")) | .[0].download.url'
|
Loading…
Reference in New Issue
Block a user