Skip to content

Commit

Permalink
shallow git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl authored and AlexKlimaj committed Apr 8, 2024
1 parent 4b7c230 commit 4fdc5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if ! command -v mavlink-routerd &> /dev/null; then
echo "Installing mavlink-router"
pushd .
rm -rf ~/code/mavlink-router
git clone --recurse-submodules https://github.com/mavlink-router/mavlink-router.git ~/code/mavlink-router
git clone --recurse-submodules --depth=1 https://github.com/mavlink-router/mavlink-router.git ~/code/mavlink-router
cd ~/code/mavlink-router
meson setup build .
ninja -C build
Expand Down Expand Up @@ -126,7 +126,7 @@ if [ "$INSTALL_LOGLOADER" = "y" ]; then

pushd .
rm -rf ~/code/logloader
git clone --recurse-submodules https://github.com/ARK-Electronics/logloader.git ~/code/logloader
git clone --recurse-submodules --depth=1 https://github.com/ARK-Electronics/logloader.git ~/code/logloader
cd ~/code/logloader
./upgrade_openssl.sh

Expand Down

0 comments on commit 4fdc5e8

Please sign in to comment.