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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user