add unstable ppm repository

This commit is contained in:
MeexReay 2025-03-19 02:24:53 +03:00
parent 0fb6876eb7
commit 937407b97b
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ppm",
"version": "0.1.3",
"version": "0.1.4",
"description": "Poshliy Package Manager",
"author": "MeexReay",
"apps": [ "ppm.js" ],

View File

@ -1,5 +1,6 @@
{
"repositories": [
"https://poshlostios.meex.lol/app"
"https://poshlostios.meex.lol/app",
"https://raw.githubusercontent.com/MeexReay/poshlostios/refs/heads/main/app"
]
}