add kfc to default apps

This commit is contained in:
MeexReay 2025-03-21 22:28:00 +03:00
parent adcdb62513
commit cdb49a2d54

View File

@ -189,6 +189,7 @@ async function resetSystem() {
await installPackage("app/putils")
await installPackage("app/reset")
await installPackage("app/vget")
await installPackage("app/kfc")
await installPackage("app/woman")
}