mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
6 lines
156 B
Bash
6 lines
156 B
Bash
#!/bin/bash
|
|
curl -L https://github.com/containernetworking/plugins/releases -o cni.tgz
|
|
|
|
mkdir -p /mnt/data/podman/cni/
|
|
tar xf cni.tgz /mnt/data/podman/cni/
|