mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
chore: Fix curl syntax for flathub repo
This commit is contained in:
parent
10aa34350f
commit
b1612a263d
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user