willeccles / cpm

🌵 A wrapper for package managers to make them consistent for those of us who are lazy.
MIT License
68 stars 13 forks source link

Impossible to implement removing in tce #29

Open anton2007 opened 3 years ago

anton2007 commented 3 years ago

Hi willecles! I want to contribute this package manager and add tce support, but tce require more than one command to remove extenstion.

1) remove it from /tce/onboot.list 2) reboot 3) remove extenstion from /tce/optional

willeccles commented 3 years ago

Yeah, I don't know if that is going to be possible. However, you could add everything else and then add a message for removal. See CONTRIBUTING.md.

foxsouns commented 2 years ago

was looking into this: tiny core handles "extensions" weird, it seems. i'm having little luck finding proper documentation for the commands: most things just link to the gui way of installing/removing. @anton2007, if you're active, could you provide the commands that you have, excluding remove (and any other that run into problems)?