Update to python-pywal

This commit is contained in:
Stephan Raabe 2023-11-19 11:28:33 +01:00
parent 308e1f70ec
commit ea1ee7cca3

View File

@ -13,9 +13,10 @@ cat <<"EOF"
EOF EOF
echo -e "${NONE}" echo -e "${NONE}"
if [ -f /usr/bin/wal ]; then if [ -f /usr/bin/wal ]; then
echo "pywal already installed." echo "pywal already installed. Trying to force the installation with python-pywal"
yay -S --noconfirm python-pywal --ask 4
else else
yay --noconfirm -S pywal yay -S --noconfirm python-pywal
echo "Pywal installed." echo "Pywal installed."
fi fi
echo "" echo ""