chore(yafti): Freeze yafti version until refactored yafti is tested

This commit is contained in:
fiftydinar 2024-05-09 12:09:45 +02:00 committed by GitHub
parent 2aec125bca
commit e83831e3cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
fi