mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update 10-dns.sh
This commit is contained in:
parent
719c93522d
commit
c9932ddff9
@ -31,7 +31,7 @@ CONTAINER=nextdns
|
|||||||
CNI_PATH=/mnt/data/podman/cni
|
CNI_PATH=/mnt/data/podman/cni
|
||||||
if [ ! -f "$CNI_PATH"/macvlan ]; then
|
if [ ! -f "$CNI_PATH"/macvlan ]; then
|
||||||
mkdir -p $CNI_PATH
|
mkdir -p $CNI_PATH
|
||||||
curl -L https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-arm64-v0.8.6.tgz | tar -xz -C $CNI_PATH
|
curl -L https://github.com/containernetworking/plugins/releases/download/v0.9.0/cni-plugins-linux-arm64-v0.9.0.tgz | tar -xz -C $CNI_PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p /opt/cni
|
mkdir -p /opt/cni
|
||||||
|
Loading…
x
Reference in New Issue
Block a user