diff --git a/core/tabs/system-setup/arch/linux-neptune.sh b/core/tabs/system-setup/arch/linux-neptune.sh index 93d204f9..30d4b134 100755 --- a/core/tabs/system-setup/arch/linux-neptune.sh +++ b/core/tabs/system-setup/arch/linux-neptune.sh @@ -21,7 +21,7 @@ installKernel() { if ! "$PACKAGER" -Q | grep -q "\blinux-neptune"; then printf "%b\n" "${CYAN}Installing linux-neptune..." "$ESCALATION_TOOL" "$PACKAGER" -Syyu --noconfirm - "$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm linux-neptune linux-neptune-headers + "$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm linux-neptune linux-neptune-headers steamdeck-dsp jupiter-staging/alsa-ucm-conf "$ESCALATION_TOOL" mkinitcpio -P else printf "%b\n" "${GREEN}linux-neptune detected. Skipping installation.${RC}"