added manjaro-keyring and manjaro-system to basestrap command
This commit is contained in:
parent
3fc5c85afd
commit
839e3f499c
|
|
@ -1,7 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
# *****************************
|
||||
# Version 1.2.3
|
||||
# Version 1.2.4
|
||||
# *****************************
|
||||
|
||||
# Set globals
|
||||
|
|
@ -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 $PKG_DEVICE $PKG_EDITION --noconfirm
|
||||
$NSPAWN $TMPDIR/root pacman -Syyu base manjaro-keyring manjaro-system $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