mirror of
https://github.com/mudita/MuditaOS.git
synced 2025-12-23 22:17:57 -05:00
7 lines
230 B
Bash
Executable File
7 lines
230 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved.
|
|
# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md
|
|
|
|
echo "Updating all submodules."
|
|
git submodule update --init --recursive
|