remove manjaro-keyring and add manjaro-release for basestrap command
This commit is contained in:
parent
839e3f499c
commit
4ddea38f39
|
|
@ -137,7 +137,7 @@ create_install() {
|
|||
|
||||
info "Installing packages for $EDITION on $DEVICE..."
|
||||
# Install device and editions specific packages
|
||||
$NSPAWN $TMPDIR/root pacman -Syyu base manjaro-keyring manjaro-system $PKG_DEVICE $PKG_EDITION --noconfirm
|
||||
$NSPAWN $TMPDIR/root pacman -Syyu base manjaro-system manjaro-release $PKG_DEVICE $PKG_EDITION --noconfirm
|
||||
if [[ "$DEVICE" = "on2" ]] || [[ "$DEVICE" = "rpi4" ]]; then
|
||||
if [[ "$EDITION" = "kde-plasma" ]] || [[ "$EDITION" = "cubocore" ]]; then
|
||||
$NSPAWN $TMPDIR/root pacman -R sddm sddm-kcm matcha-dynamic-theme --noconfirm
|
||||
|
|
|
|||
Loading…
Reference in New Issue