mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
5 lines
155 B
Bash
Executable File
5 lines
155 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
curl -s "https://addons.mozilla.org/api/v5/addons/addon/$1/versions/?page_size=1" | jq '.results | .[0] | .file | .url' | tr -d '"'
|
|
|