mirror of
https://github.com/MeexReay/poshlostios.git
synced 2025-06-24 10:32:59 +03:00
12 lines
246 B
JavaScript
12 lines
246 B
JavaScript
const APP_REPOSITORY = "app" // Repository url to download apps from
|
|
const DEFAULT_APPS = [
|
|
"posh", // required
|
|
"hello",
|
|
"ppm",
|
|
"putils",
|
|
"reset",
|
|
"vget",
|
|
"kfc",
|
|
"woman"
|
|
]
|
|
const STARTUP_COMMAND = [ "/app/posh.js" ] |