mirror of
https://git.uzuy-edge.org/Uzuy-Edge/Uzuy
synced 2024-11-23 16:49:42 +00:00
b5b59fe07b
- Replaced all occurrences of 'yuzu' with 'uzuy' in file and directory names across the project. - Updated the naming to ensure consistency with the new project identity."
9 lines
212 B
Bash
Executable File
9 lines
212 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
# SPDX-FileCopyrightText: 2024 uzuy Emulator Project
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
git submodule sync
|
|
git submodule foreach --recursive git reset --hard
|
|
git submodule update --init --recursive
|