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

This commit is contained in:
fiftydinar 2024-08-11 17:31:32 +02:00 committed by GitHub
commit 81fa299d32
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