mschlenstedt / Loxberry

Current stable Branch is: *** Please see Releases *** Current developer Branch is: *** master ***
Apache License 2.0
77 stars 27 forks source link

plugininstall: seperate apt files for different debian versions #1464

Closed mschlenstedt closed 7 months ago

mschlenstedt commented 11 months ago

In former days each LoxBerry Major version was a different debian version - that's why we included apt<major_lb_version> files to have different package names for different debian versions (e.g. apt3 for LoxBerry V3).

Nowadays this does not work any,ore, because we are on DietPi and there's no direct link between LoxBerry Version and Debian Version.

Skip the old behaviour (no one really used it except me ;-)) and include apt<debian_version>, e. .g apt12 for bookworm.

mschlenstedt commented 7 months ago

Added in 95f5f3b09b0484a58312992711aa5519c6f88dc7