aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorGravatar Lance Borden 2025-08-19 14:53:18 -0400
committerGravatar GitHub 2025-08-19 14:53:18 -0400
commit810c1f8f943e9683e4d2efedba98dca0010af202 (patch)
tree2507acdf5cad8bc65e32c037bdf436f1500c1b74 /install.sh
parentv0.3.2 (diff)
parentRevert 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-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index ebdbaeb..405cf6e 100755
--- a/install.sh
+++ b/install.sh
@@ -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