mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-20 06:59:13 -04:00
Added update scripts for both variants: UDM update and further 'normal' updates. Minor updates to the directories layout
7 lines
123 B
Lua
7 lines
123 B
Lua
local consts = {}
|
|
|
|
consts.version_file = "version.json"
|
|
consts.indexer_cache_file = ".directory_is_indexed"
|
|
|
|
return consts
|