leyk_rpi_server/reposinit

6 lines
87 B
Bash
Executable File

#!/bin/bash
#
echo "* Initialising Submodules"
git submodule init
git submodule update