diff options
| author | 2025-08-19 14:53:18 -0400 | |
|---|---|---|
| committer | 2025-08-19 14:53:18 -0400 | |
| commit | 810c1f8f943e9683e4d2efedba98dca0010af202 (patch) | |
| tree | 2507acdf5cad8bc65e32c037bdf436f1500c1b74 /install.sh | |
| parent | v0.3.2 (diff) | |
| parent | Revert to old hashmap: fixed gitmodule index (diff) | |
Merge pull request #6 from ItsMeForLua/my-feature-branch
Added Lua compat53: fixed the non-interactive mode: added .gitmodules to build.yml
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 |
