Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix: remove yafti (#6)
Browse files Browse the repository at this point in the history
Removed yafti as it does not work on kde :(

reason: ADW namespace not available
  • Loading branch information
ohaukeboe authored Oct 27, 2023
2 parents d65e3c0 + 80e656f commit cc10eea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 90 deletions.
1 change: 0 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/bling/repo/fedora-$(rp
wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-"${FEDORA_MAJOR_VERSION}"/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo && \
/tmp/build.sh && \
/tmp/image-info.sh && \
pip install --prefix=/usr yafti && \
mkdir -p /usr/etc/flatpak/remotes.d && \
wget -q https://dl.flathub.org/repo/flathub.flatpakrepo -P /usr/etc/flatpak/remotes.d && \
cp /tmp/ublue-update.toml /usr/etc/ublue-update/ublue-update.toml && \
Expand Down
4 changes: 0 additions & 4 deletions just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ distrobox-git:
echo 'Installing latest git snapshot of Distrobox'
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --next --prefix ~/.local

# Run the yafti setup tool
yafti:
yafti /etc/yafti.yml --force

# Switch to the zsh shell
zsh:
sudo usermod $USER --shell /usr/bin/zsh
Expand Down
85 changes: 0 additions & 85 deletions usr/etc/yafti.yml

This file was deleted.

0 comments on commit cc10eea

Please sign in to comment.