Setup kernel support

This commit is contained in:
Gregory Kurtzer
2020-11-18 21:52:03 -08:00
parent 0bc53ea483
commit 724e1de14c
12 changed files with 253 additions and 13 deletions

View File

@@ -9,8 +9,6 @@ import (
)
func CobraRunE(cmd *cobra.Command, args []string) error {
var updateNodes []assets.NodeInfo
if len(args) > 0 && BuildAll == false {