Adam Perkowski 2024-09-28 21:24:09 +02:00
parent c8aee41666
commit b386596078
No known key found for this signature in database
GPG Key ID: 7CBDB58ECF1D3478

View File

@ -21,7 +21,7 @@ installKernel() {
if ! "$PACKAGER" -Q | grep -q "\blinux-neptune"; then if ! "$PACKAGER" -Q | grep -q "\blinux-neptune"; then
printf "%b\n" "${CYAN}Installing linux-neptune..." printf "%b\n" "${CYAN}Installing linux-neptune..."
"$ESCALATION_TOOL" "$PACKAGER" -Syyu --noconfirm "$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 "$ESCALATION_TOOL" mkinitcpio -P
else else
printf "%b\n" "${GREEN}linux-neptune detected. Skipping installation.${RC}" printf "%b\n" "${GREEN}linux-neptune detected. Skipping installation.${RC}"