We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9810363 commit 7b8f8e3Copy full SHA for 7b8f8e3
2 files changed
build.txt
@@ -1 +1 @@
1
-123
+125
script/jinstall.sh
@@ -110,11 +110,11 @@ M=$(mktemp -d -t 'jtemp.XXXXXX')
110
trap 'rm -rf "$M"' EXIT
111
cd $M
112
113
-S="https://www.jsoftware.com/download/$V/install"
+L="https://www.jsoftware.com/download/$V/install"
114
115
if [ "$OS" = "Darwin" ]; then
116
W=${V}_mac.zip
117
- curl -OL $S/$W
+ curl -OL $L/$W
118
unzip $W
119
else
120
if [ "$OS" = "Linux" ]; then
@@ -138,7 +138,7 @@ else
138
W=${V}_obsd.tar.gz
139
fi
140
141
- wget $S/$W
+ wget $L/$W
142
tar -xf $W
143
144
0 commit comments