Skip to content

Commit

Permalink
chore(yafti): Freeze yafti version until refactored yafti is tested (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar authored May 9, 2024
2 parents 2aec125 + e83831e commit 99235ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/yafti/yafti.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
fi

0 comments on commit 99235ba

Please sign in to comment.