mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
8 lines
117 B
Bash
8 lines
117 B
Bash
#! /usr/bin/env sh
|
|
|
|
I2P_VERSION=0.9.50
|
|
export I2P_VERSION=0.9.50
|
|
|
|
VERSION=i2p-$I2P_VERSION
|
|
export VERSION="$VERSION"
|