add: snap URL-fetcher
This commit is contained in:
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'
|
Reference in New Issue
Block a user