Skip to content

Commit

Permalink
feat(gnome): Switch to new tailscale qs extension
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Oct 14, 2023
1 parent 300914f commit 37d3695
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Containerfile
Expand Up @@ -142,15 +142,19 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
mutter-common \
gnome-control-center \
gnome-control-center-filesystem \
xorg-x11-server-Xwayland \
xorg-x11-server-Xwayland && \
rpm-ostree install \
gnome-shell-extension-tailscale-status \
; else \
rpm-ostree override replace \
--experimental \
--from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr \
mutter \
mutter-common \
gnome-control-center \
gnome-control-center-filesystem \
gnome-control-center-filesystem && \
rpm-ostree install \
gnome-shell-extension-tailscale-gnome-qs \
; fi && \
rpm-ostree install \
xwaylandvideobridge \
Expand All @@ -165,7 +169,6 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
gnome-shell-extension-blur-my-shell \
gnome-shell-extension-hanabi \
gnome-shell-extension-gamerzilla \
gnome-shell-extension-tailscale-status \
rom-properties-gtk3 \
openssh-askpass && \
rpm-ostree override remove \
Expand Down

0 comments on commit 37d3695

Please sign in to comment.