aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 704de75..bdcfe2e 100644
--- a/install.sh
+++ b/install.sh
@@ -34,7 +34,7 @@ elif [ -f /etc/redhat-release ] || [ -f /etc/centos-release ]; then
fi
else
echo "Your linux distro is not supported currently."
- echo "You need to manually install those packages: exiftool, jq, glfw"
+ echo "You need to manually install these packages: lua and your distro's lua dev package"
fi
PREMAKE_VERSION="5.0.0-beta2"