mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-rpms.git
synced 2026-09-20 08:03:38 +08:00
fix
This commit is contained in:
@@ -28,10 +28,10 @@ OPENSSLMIR=https://www.openssl.org/source/
|
|||||||
mkdir -p downloads
|
mkdir -p downloads
|
||||||
pushd downloads
|
pushd downloads
|
||||||
if [[ ! -f $OPENSSLSRC ]]; then
|
if [[ ! -f $OPENSSLSRC ]]; then
|
||||||
wget $OPENSSHMIR/$OPENSSHSRC
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ ! -f $OPENSSHSRC ]]; then
|
|
||||||
wget $OPENSSLMIR/$OPENSSLSRC
|
wget $OPENSSLMIR/$OPENSSLSRC
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ ! -f $OPENSSHSRC ]]; then
|
||||||
|
wget $OPENSSHMIR/$OPENSSHSRC
|
||||||
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user