Skip to content

Commit

Permalink
fix: Drop asus-firmware since it's been killed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 20, 2025
1 parent 92a5a22 commit f272854
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
curl -Lo /etc/yum.repos.d/_copr_lukenukem-asus-linux.repo https://copr.fedorainfracloud.org/coprs/lukenukem/asus-linux/repo/fedora-$(rpm -E %fedora)/lukenukem-asus-linux-fedora-$(rpm -E %fedora).repo && \
rpm-ostree install \
asusctl \
asusctl-rog-gui && \
git clone https://gitlab.com/asus-linux/firmware.git --depth 1 /tmp/asus-firmware && \
cp -rf /tmp/asus-firmware/* /usr/lib/firmware/ && \
rm -rf /tmp/asus-firmware \
asusctl-rog-gui \
; elif [[ "${IMAGE_FLAVOR}" == "surface" ]]; then \
curl -Lo /etc/yum.repos.d/linux-surface.repo https://pkg.surfacelinux.com/fedora/linux-surface.repo && \
rpm-ostree override remove \
Expand Down

0 comments on commit f272854

Please sign in to comment.