mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 08:22:51 -05:00
update-service: add Artix Linux to supported distributions list (#1318)
This commit is contained in:
@@ -96,7 +96,7 @@ Singleton {
|
|||||||
"paru": archBasedPMSettings,
|
"paru": archBasedPMSettings,
|
||||||
"dnf": fedoraBasedPMSettings
|
"dnf": fedoraBasedPMSettings
|
||||||
}
|
}
|
||||||
readonly property list<string> supportedDistributions: ["arch", "cachyos", "manjaro", "endeavouros", "fedora"]
|
readonly property list<string> supportedDistributions: ["arch", "artix", "cachyos", "manjaro", "endeavouros", "fedora"]
|
||||||
readonly property int updateCount: availableUpdates.length
|
readonly property int updateCount: availableUpdates.length
|
||||||
readonly property bool helperAvailable: pkgManager !== "" && distributionSupported
|
readonly property bool helperAvailable: pkgManager !== "" && distributionSupported
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user