8 lines
184 B
Bash
8 lines
184 B
Bash
![]() |
#! /usr/bin/env sh
|
||
|
|
||
|
GITHUB_USER=eyedeekay
|
||
|
GITHUB_REPO=i2p.plugins.firefox
|
||
|
ant distclean
|
||
|
cd src && \
|
||
|
ant && cd ../
|
||
|
java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PChromium
|