mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
7 lines
218 B
Bash
7 lines
218 B
Bash
#!/bin/bash
|
|
cd /tmp
|
|
curl -L https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-arm64-v0.8.6.tgz -o cni.tgz
|
|
|
|
mkdir -p /mnt/data/podman/cni/
|
|
tar xf cni.tgz -C /mnt/data/podman/cni/
|