Create needed dirs

This commit is contained in:
Scott Yeager 2025-06-19 22:48:19 -07:00
parent d3c5f153fe
commit 3c6ab8c4b8

View File

@ -11,6 +11,7 @@ build: deps
go build -o $(PLUGIN_NAME) . go build -o $(PLUGIN_NAME) .
install: build install: build
sudo mkdir -p $(CNI_PLUGINS_DIR) $(CNI_CONFIG_DIR)
sudo cp $(PLUGIN_NAME) $(CNI_PLUGINS_DIR)/ sudo cp $(PLUGIN_NAME) $(CNI_PLUGINS_DIR)/
sudo cp 10-mycelium.conflist $(CNI_CONFIG_DIR)/ sudo cp 10-mycelium.conflist $(CNI_CONFIG_DIR)/