chore: Fix curl syntax for flathub repo

This commit is contained in:
Kyle Gospodnetich 2024-04-17 23:06:50 -07:00
parent 10aa34350f
commit b1612a263d

View File

@ -570,7 +570,7 @@ RUN curl -Lo /tmp/image-info.sh https://raw.githubusercontent.com/ublue-os/bazzi
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/tailscale.repo && \
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/charm.repo && \
mkdir -p /usr/etc/flatpak/remotes.d && \
curl -Lo /usr/etc/flatpak/remotes.d https://dl.flathub.org/repo/flathub.flatpakrepo && \
curl -Lo /usr/etc/flatpak/remotes.d/flathub.flatpakrepo https://dl.flathub.org/repo/flathub.flatpakrepo && \
systemctl enable com.system76.Scheduler.service && \
systemctl enable btrfs-dedup@var-home.timer && \
systemctl enable displaylink.service && \