Files
BlueHam/73-pull.sh

6 lines
120 B
Bash
Raw Normal View History

2025-08-19 13:30:39 -04:00
#!/bin/bash
2025-08-19 13:41:08 -04:00
sudo apt install git -y
2025-08-19 13:30:39 -04:00
cd ~/BlueHam/
git submodule update --init --recursive
2025-08-19 13:39:17 -04:00
git submodule update --remote