mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-15 22:21:45 +00:00
chore: Use elif instead
This commit is contained in:
parent
05e7c54d92
commit
60d8a98300
@ -93,8 +93,7 @@ RUN mkdir -p /tmp/linux-firmware-neptune && \
|
||||
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 \
|
||||
; fi && \
|
||||
if [[ "${IMAGE_FLAVOR}" =~ "surface" ]]; then \
|
||||
; elif [[ "${IMAGE_FLAVOR}" =~ "surface" ]]; then \
|
||||
wget https://pkg.surfacelinux.com/fedora/linux-surface.repo -P /etc/yum.repos.d && \
|
||||
rpm-ostree override remove \
|
||||
libwacom \
|
||||
|
Loading…
x
Reference in New Issue
Block a user