diff options
| author | 2025-07-22 20:23:07 -0500 | |
|---|---|---|
| committer | 2025-07-22 20:23:07 -0500 | |
| commit | 3961c372ea01f5b9a151bf3ff891602ae0d347d8 (patch) | |
| tree | f82104fb668ea4a7084f1a47d9e449aab1898172 /install.sh | |
| parent | Delete et (diff) | |
Added compat53 to init block: added .gitmodules init to install.sh
Diffstat (limited to '')
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ #!/bin/sh +echo "Initializing and updating submodules..." +git submodule update --init --recursive + # Function to install packages using apt (Debian/Ubuntu) install_with_apt() { sudo apt-get update |
