懒人包增加emotn store域名
防止emotn store无法访问
This commit is contained in:
parent
f4ad0e2a4f
commit
cf198274bf
279
gl-inet.run
279
gl-inet.run
@ -7,8 +7,8 @@ if test "n" = n; then
|
|||||||
umask 077
|
umask 077
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CRCsum="3776891039"
|
CRCsum="2975387140"
|
||||||
MD5="90b28314400e400ac46bef5e79fcaf49"
|
MD5="c63638348d4bfc4cc7e089376de4d7ba"
|
||||||
SHA="0000000000000000000000000000000000000000000000000000000000000000"
|
SHA="0000000000000000000000000000000000000000000000000000000000000000"
|
||||||
SIGNATURE=""
|
SIGNATURE=""
|
||||||
TMPROOT=${TMPDIR:=/tmp}
|
TMPROOT=${TMPDIR:=/tmp}
|
||||||
@ -23,9 +23,9 @@ scriptargs=""
|
|||||||
cleanup_script=""
|
cleanup_script=""
|
||||||
licensetxt=""
|
licensetxt=""
|
||||||
helpheader=""
|
helpheader=""
|
||||||
targetdir="makeself-2310-20230915163226"
|
targetdir="makeself-3299-20230920153018"
|
||||||
filesizes="31683"
|
filesizes="35038"
|
||||||
totalsize="31683"
|
totalsize="35038"
|
||||||
keep="n"
|
keep="n"
|
||||||
nooverwrite="n"
|
nooverwrite="n"
|
||||||
quiet="n"
|
quiet="n"
|
||||||
@ -371,12 +371,12 @@ do
|
|||||||
--info)
|
--info)
|
||||||
echo Identification: "$label"
|
echo Identification: "$label"
|
||||||
echo Target directory: "$targetdir"
|
echo Target directory: "$targetdir"
|
||||||
echo Uncompressed size: 108 KB
|
echo Uncompressed size: 124 KB
|
||||||
echo Compression: gzip
|
echo Compression: gzip
|
||||||
if test x"n" != x""; then
|
if test x"n" != x""; then
|
||||||
echo Encryption: n
|
echo Encryption: n
|
||||||
fi
|
fi
|
||||||
echo Date of packaging: Fri Sep 15 16:32:26 CST 2023
|
echo Date of packaging: Wed Sep 20 15:30:18 CST 2023
|
||||||
echo Built with Makeself version 2.5.0
|
echo Built with Makeself version 2.5.0
|
||||||
echo Build command was: "./makeself.sh \\
|
echo Build command was: "./makeself.sh \\
|
||||||
\".\" \\
|
\".\" \\
|
||||||
@ -405,7 +405,7 @@ do
|
|||||||
echo SCRIPT=\"$script\"
|
echo SCRIPT=\"$script\"
|
||||||
echo SCRIPTARGS=\"$scriptargs\"
|
echo SCRIPTARGS=\"$scriptargs\"
|
||||||
echo CLEANUPSCRIPT=\"$cleanup_script\"
|
echo CLEANUPSCRIPT=\"$cleanup_script\"
|
||||||
echo archdirname=\"makeself-2310-20230915163226\"
|
echo archdirname=\"makeself-3299-20230920153018\"
|
||||||
echo KEEP=n
|
echo KEEP=n
|
||||||
echo NOOVERWRITE=n
|
echo NOOVERWRITE=n
|
||||||
echo COMPRESS=gzip
|
echo COMPRESS=gzip
|
||||||
@ -621,7 +621,7 @@ fi
|
|||||||
offset=`head -n "$skip" "$0" | wc -c | sed "s/ //g"`
|
offset=`head -n "$skip" "$0" | wc -c | sed "s/ //g"`
|
||||||
|
|
||||||
if test x"$verbose" = xy; then
|
if test x"$verbose" = xy; then
|
||||||
MS_Printf "About to extract 108 KB in $tmpdir ... Proceed ? [Y/n] "
|
MS_Printf "About to extract 124 KB in $tmpdir ... Proceed ? [Y/n] "
|
||||||
read yn
|
read yn
|
||||||
if test x"$yn" = xn; then
|
if test x"$yn" = xn; then
|
||||||
eval $finish; exit 1
|
eval $finish; exit 1
|
||||||
@ -645,9 +645,9 @@ fi
|
|||||||
if test x"$nodiskspace" = xn; then
|
if test x"$nodiskspace" = xn; then
|
||||||
leftspace=`MS_diskspace "$tmpdir"`
|
leftspace=`MS_diskspace "$tmpdir"`
|
||||||
if test -n "$leftspace"; then
|
if test -n "$leftspace"; then
|
||||||
if test "$leftspace" -lt 108; then
|
if test "$leftspace" -lt 124; then
|
||||||
echo
|
echo
|
||||||
echo "Not enough space left in "`dirname $tmpdir`" ($leftspace KB) to decompress $0 (108 KB)" >&2
|
echo "Not enough space left in "`dirname $tmpdir`" ($leftspace KB) to decompress $0 (124 KB)" >&2
|
||||||
echo "Use --nodiskspace option to skip this check and proceed anyway" >&2
|
echo "Use --nodiskspace option to skip this check and proceed anyway" >&2
|
||||||
if test x"$keep" = xn; then
|
if test x"$keep" = xn; then
|
||||||
echo "Consider setting TMPDIR to a directory with more free space."
|
echo "Consider setting TMPDIR to a directory with more free space."
|
||||||
@ -712,127 +712,136 @@ if test x"$keep" = xn; then
|
|||||||
rm -rf "$tmpdir"
|
rm -rf "$tmpdir"
|
||||||
fi
|
fi
|
||||||
eval $finish; exit $res
|
eval $finish; exit $res
|
||||||
‹ |