mirror of
https://git.bigusererror.com/KE8GRY/BlueHam.git
synced 2026-07-30 03:40:40 -04:00
6 lines
117 B
Bash
6 lines
117 B
Bash
#!/bin/bash
|
|
sudo apt install git
|
|
cd ~/BlueHam/
|
|
git submodule update --init --recursive
|
|
git submodule update --remote
|