File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/ublue-os/base-main:latest
1
+ # FROM ghcr.io/ublue-os/base-main:latest
2
2
3
3
# # Other possible base images include:
4
4
# FROM ghcr.io/ublue-os/bazzite:stable
5
- # FROM ghcr.io/ublue-os/bluefin-nvidia :stable
5
+ FROM ghcr.io/ublue-os/bluefin-dx :stable
6
6
#
7
7
# ... and so on, here are more base images
8
8
# Universal Blue Images: https://github.com/orgs/ublue-os/packages
@@ -19,10 +19,10 @@ RUN mkdir -p /var/lib/alternatives && \
19
19
/tmp/hypr.sh && \
20
20
ostree container commit
21
21
22
- COPY hyprblue/ /etc/hyprblue/
22
+ # COPY hyprblue/ /etc/hyprblue/
23
23
24
- RUN ln -s /etc/hyprblue/hypr/ /etc/skel/.config/hypr/
24
+ # RUN ln -s /etc/hyprblue/hypr/ /etc/skel/.config/hypr/
25
25
26
- COPY uwsm-hypr.sh /etc/profile.d/uwsm-hypr.sh
26
+ # COPY uwsm-hypr.sh /etc/profile.d/uwsm-hypr.sh
27
27
28
- RUN ostree container commit
28
+ # RUN ostree container commit
You can’t perform that action at this time.
0 commit comments