Skip to content
Snippets Groups Projects
gosdn_clone.sh 362 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    
    source /home/gosdn/.profile
    
    # Clone goSDN
    git clone https://code.fbi.h-da.de/danet/gosdn.git
    cd ~/gosdn
    git submodule update --init --recursive
    
    # Build goSDN
    make build
    
    
    # Clone gNMI-Target - only use if you want to use the gnmi-target image locally
    #cd ~/
    #git clone https://code.fbi.h-da.de/danet/gnmi-target.git
    #cd gnmi-target
    #make container