chore(yafti): Freeze yafti version until refactored yafti is tested
This commit is contained in:
parent
2aec125bca
commit
e83831e3cc
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue