bugfix
This commit is contained in:
parent
e3d1d04387
commit
7a90ce3cef
@ -12,7 +12,7 @@ mkdir -p $TMP/bin $TMP/manifests $TMP/images $TMP/deps
|
||||
|
||||
echo "[1] 下载 依赖包"
|
||||
cd $TMP/deps
|
||||
apt install --downloadonly nfs-common nfs-utils rpcbind
|
||||
apt install --download-only nfs-common nfs-utils rpcbind
|
||||
echo "📥 下载 crictl"
|
||||
curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/${CRICLT_VERSION}/crictl-${CRICLT_VERSION}-linux-${ARCH}.tar.gz | tar xz -C .
|
||||
echo "📥 下载 CNI plugins"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user