mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
Fixed moronic typo
This commit is contained in:
parent
36be5cf659
commit
009764cc1a
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ ram.runtime = "50M"
|
|||
"libgmp-dev",
|
||||
"libjsoncpp-dev",
|
||||
"libzstd-dev"]
|
||||
packages_from_raw_bash = packages_from_raw_bash = """
|
||||
packages_from_raw_bash = """
|
||||
if [[ $YNH_DEBIAN_VERSION = "bullseye" ]]; then
|
||||
echo "libluajit-5.1-dev";
|
||||
elif [[ $YNH_DEBIAN_VERSION = "bookworm" ]]; then
|
||||
|
|
Loading…
Reference in a new issue