From de4e52698e1d44877062bbe0014aa04484a0b9f1 Mon Sep 17 00:00:00 2001 From: konggdev Date: Sun, 24 May 2026 11:57:37 +0200 Subject: [PATCH] Make russia a planet path --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 83194e0..7068512 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ # Set defaults MEMORY="${MEMORY:-$(($(getconf _PHYS_PAGES) * $(getconf PAGE_SIZE) / 1024 / 1024 / 2))M}" -PLANET_PATHS=$'africa\nantarctica\nasia\naustralia-oceania\ncentral-america\neurope\nnorth-america\nsouth-america' +PLANET_PATHS=$'africa\nantarctica\nasia\naustralia-oceania\ncentral-america\neurope\nnorth-america\nrussia\nsouth-america' # Fetch args while [[ $# -gt 0 ]]; do