mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-06 01:15:03 -05:00
10 lines
182 B
Plaintext
Executable File
10 lines
182 B
Plaintext
Executable File
set -x
|
|
|
|
wget http://www.bouncycastle.org/download/lcrypto-jdk15on-149.tar.gz
|
|
tar xzf lcrypto-jdk15on-*.tar.gz
|
|
|
|
rm bc-project
|
|
ln -fs lcrypto-jdk15on-*/ bc-project
|
|
|
|
./make-bc-packaged
|