mirror of
https://git.bigusererror.com/KE8GRY/BlueHam.git
synced 2026-01-02 04:45:21 -05:00
6 lines
120 B
Bash
6 lines
120 B
Bash
#!/bin/bash
|
|
sudo apt install git -y
|
|
cd ~/BlueHam/
|
|
git submodule update --init --recursive
|
|
git submodule update --remote
|