mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Store install-cni-plugins.sh once
This commit is contained in:
parent
4fb047fa65
commit
cfaf902773
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
curl -L https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-arm64-v0.8.6.tgz -o /tmp/cni.tgz
|
curl -L https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-arm64-v0.8.6.tgz -o /tmp/cni.tgz
|
||||||
mkdir -p /mnt/data/podman/cni/
|
mkdir -p /mnt/data/podman/cni/
|
||||||
tar xf /tmp/cni.tgz -C /mnt/data/podman/cni/
|
tar xf /tmp/cni.tgz -C /mnt/data/podman/cni/
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
curl -L https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-arm64-v0.8.6.tgz -o /tmp/cni.tgz
|
|
||||||
mkdir -p /mnt/data/podman/cni/
|
|
||||||
tar xf /tmp/cni.tgz -C /mnt/data/podman/cni/
|
|
||||||
rm /tmp/cni.tgz
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
curl -L https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-arm64-v0.8.6.tgz -o /tmp/cni.tgz
|
|
||||||
mkdir -p /mnt/data/podman/cni/
|
|
||||||
tar xf /tmp/cni.tgz -C /mnt/data/podman/cni/
|
|
||||||
rm /tmp/cni.tgz
|
|
Loading…
Reference in New Issue
Block a user