From e83831e3cca181f015c8c942893178512dc4f867 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Thu, 9 May 2024 12:09:45 +0200 Subject: [PATCH] chore(yafti): Freeze yafti version until refactored yafti is tested --- modules/yafti/yafti.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/yafti/yafti.sh b/modules/yafti/yafti.sh index a7a4a289..e2f252fe 100644 --- a/modules/yafti/yafti.sh +++ b/modules/yafti/yafti.sh @@ -19,7 +19,7 @@ echo "Installing python3-pip and libadwaita" rpm-ostree install python3-pip libadwaita echo "Installing and enabling yafti" -pip install --prefix=/usr yafti +pip install --prefix=/usr yafti==0.8.0 # If the profile.d directory doesn't exist, create it if [ ! -d "${PROFILED_DIR}" ]; then @@ -43,4 +43,4 @@ if [[ ${#FLATPAKS[@]} -gt 0 ]]; then echo "Adding to yafti: ${pkg}" yq -i ".screens.applications.values.groups.Custom.packages += [$pkg]" "${YAFTI_FILE}" done -fi \ No newline at end of file +fi