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