Skip to content

Commit

Permalink
Surely this can't fail....
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicOfficer committed May 30, 2024
1 parent 369c165 commit 38c35e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ RUN curl -o /tmp/ProtonMail-desktop-beta.rpm https://proton.me/download/mail/lin
papirus-icon-theme \
libXpresent \
/tmp/ProtonMail-desktop-beta.rpm && \
ostree container commit

RUN systemctl unmask quantix-flatpak-manager.service && \
systemctl unmask quantix-flatpak-manager.service && \
systemctl enable quantix-flatpak-manager.service && \
systemctl enable quantix-system-setup.service && \
systemctl enable docker.socket && \
Expand Down
10 changes: 3 additions & 7 deletions system_files/shared/usr/libexec/containerbuild/qtx-image-info
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@

set -oue pipefail

IMAGE_VENDOR="epicofficer"
IMAGE_NAME="quantix"
IMAGE_REF="ostree-image-signed:docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME"

cat > /usr/share/quantix-os/image-info.json <<EOF
{
"image-name": "$IMAGE_NAME",
"image-name": "quantix",
"image-flavor": "main",
"image-vendor": "$IMAGE_VENDOR",
"image-ref": "$IMAGE_REF",
"image-vendor": "epicofficer",
"image-ref": "ostree-image-signed:docker://ghcr.io/epicofficer/quantix",
"image-tag": "stable",
"image-branch": "main",
"base-image-name": "Bazzite",
Expand Down

0 comments on commit 38c35e2

Please sign in to comment.