fix: include packagechooser in calamares build, fix calamares-next launcher for sudo -E

feat: reworked package index with tailwind, sorting, category filters, package metadata
chore: remove hal package (arch-specific, not compatible with artix)
This commit is contained in:
2026-06-28 18:13:58 +02:00
parent f6d72adf57
commit 62f4adc05c
10 changed files with 977 additions and 2187 deletions
@@ -2,7 +2,7 @@
pkgname=calamares-branding-antergos-next
pkgver=1.0
pkgrel=15
pkgrel=16
pkgdesc="Calamares branding for Antergos NeXT with offline/online installer support"
arch=('any')
url="https://github.com/Antergos-NeXT"
@@ -68,6 +68,11 @@ InstallLog_Start() {
}
Calamares_Start() {
if [ "$EUID" = 0 ]; then
calamares -D8 >> $log &
return
fi
local kdesu=/usr/lib/kf6/kdesu
[ -x $kdesu ] || kdesu=kdesu