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