We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b2af7 commit 2983c81Copy full SHA for 2983c81
check_update.sh
@@ -37,7 +37,7 @@ else
37
echo "Tag: $tag exist"
38
fi
39
40
-wget -o ./binaries/lantern-installer-64-bit.deb https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-64-bit.deb
+wget -o /tmp/wget.log -O ./binaries/lantern-installer-64-bit.deb https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-64-bit.deb
41
sed -i "1c # Docker 运行 $version,科学上网" README.MD
42
echo $version > "$dir/version"
43
git status
0 commit comments