From ee5a44e60673d19cfbc394a0b9616befccb3b240 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 26 Oct 2024 23:29:29 -0700 Subject: [PATCH] chore: Remove no longer applicable comment --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index 699d9d441b..c8380e73ad 100644 --- a/Containerfile +++ b/Containerfile @@ -242,7 +242,6 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ ostree container commit # Setup firmware -# Downgrade firmware to address galileo waking while asleep RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ mkdir -p /tmp/linux-firmware-neptune && \ curl -Lo /tmp/linux-firmware-neptune/cs35l41-dsp1-spk-cali.bin https://gitlab.com/evlaV/linux-firmware-neptune/-/raw/"${JUPITER_FIRMWARE_VERSION}"/cs35l41-dsp1-spk-cali.bin && \