update default repository

This commit is contained in:
lxsang 2021-05-12 18:43:40 +02:00
parent 509125d1a3
commit cd34857753
2 changed files with 10 additions and 0 deletions

Binary file not shown.

View File

@ -529,6 +529,16 @@ namespace OS {
SCOPES: "https://www.googleapis.com/auth/drive", SCOPES: "https://www.googleapis.com/auth/drive",
}; };
} }
// default repo
if(!setting.system.repositories || setting.system.repositories.length === 0)
{
setting.system.repositories = [
{
text: "Github",
url: "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/packages.json"
}
]
}
setting.applications.categories = [ setting.applications.categories = [
{ {