kwindrem / SetupHelper

Helper functions to simplify writing setup scripts that modify VenusOs functionality. The package includes automatic reinstallation of the package after a VenusOs update.
153 stars 18 forks source link

Minimum version requirement check #53

Closed mr-manuel closed 10 months ago

mr-manuel commented 10 months ago

Would it be possible to add to the SetupHelper a check, that if one is creating a new driver, that a minimum Venus OS version has to be met that the install is possible?

kwindrem commented 10 months ago

Minimum and maximum Venus OS version checks are already in the system. You can add the appropriate files to a package directory. This is documented in the SetupHelper ReadMe