From 0edfb38fed1fa993d5019390683fad88d3895d21 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Sat, 7 Sep 2024 12:44:22 -0400 Subject: fixed error in install.sh instructions --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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" -- cgit v1.2.3-59-g8ed1b