|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh |
|
|
|
#!/bin/sh |
|
|
|
|
|
|
|
|
|
|
|
# Copyright (c) 2013-2019, The PurpleI2P Project |
|
|
|
# Copyright (c) 2013-2021, The PurpleI2P Project |
|
|
|
# This file is part of Purple I2P project and licensed under BSD3 |
|
|
|
# This file is part of Purple I2P project and licensed under BSD3 |
|
|
|
# See full license text in LICENSE file at top of project tree |
|
|
|
# See full license text in LICENSE file at top of project tree |
|
|
|
|
|
|
|
|
|
|
@ -12,8 +12,8 @@ cd $dir |
|
|
|
|
|
|
|
|
|
|
|
arch=$(uname -m) |
|
|
|
arch=$(uname -m) |
|
|
|
language=$(osascript -e 'user locale of (get system info)' | sed -e 's/_/-/g') |
|
|
|
language=$(osascript -e 'user locale of (get system info)' | sed -e 's/_/-/g') |
|
|
|
version="78.11.0esr" |
|
|
|
version="78.14.0esr" |
|
|
|
i2pdversion="2.38.0" |
|
|
|
i2pdversion="2.39.0" |
|
|
|
|
|
|
|
|
|
|
|
ftpmirror="https://ftp.mozilla.org/pub/firefox/releases/${version}" |
|
|
|
ftpmirror="https://ftp.mozilla.org/pub/firefox/releases/${version}" |
|
|
|
|
|
|
|
|
|
|
|