From 4dcc6cc353db2eff9c2756f9b9d4ecd82df606d0 Mon Sep 17 00:00:00 2001 From: David Personette Date: Sun, 11 Aug 2024 15:27:40 +0000 Subject: [PATCH] chore: Update yafti.sh - version 0.9.0 has been released (#1) --- modules/yafti/yafti.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/yafti/yafti.sh b/modules/yafti/yafti.sh index b51ccd2..de4d9a8 100644 --- a/modules/yafti/yafti.sh +++ b/modules/yafti/yafti.sh @@ -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