chore: Update yafti.sh - version 0.9.0 has been released (#1)

This commit is contained in:
David Personette 2024-08-11 15:27:40 +00:00 committed by GitHub
parent ea2720ba4e
commit 4dcc6cc353
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ echo "Installing python3-pip and libadwaita"
rpm-ostree install python3-pip libadwaita
echo "Installing and enabling yafti"
pip install --prefix=/usr yafti==0.8.0
pip install --prefix=/usr yafti==0.9.0
# If the profile.d directory doesn't exist, create it
if [ ! -d "${PROFILED_DIR}" ]; then