5 lines
87 B
Bash
5 lines
87 B
Bash
#!/bin/bash
|
|
sudo apt install git
|
|
cd ~/BlueHam/
|
|
git submodule update --init --recursive
|