fix(waydroid): Adjust network preference order

This commit is contained in:
Kyle Gospodnetich 2023-10-03 08:50:55 -07:00
parent bd3e92e4b7
commit 7944f6effa

View File

@ -170,7 +170,8 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
rocm-opencl \ rocm-opencl \
waydroid \ waydroid \
lzip \ lzip \
weston \ weston && \
sed -i~ -E 's/=.\$\(command -v (nft|ip6?tables-legacy).*/=/g' /usr/lib/waydroid/data/scripts/waydroid-net.sh \
; else \ ; else \
rpm-ostree override remove \ rpm-ostree override remove \
distrobox && \ distrobox && \