add if condition

This commit is contained in:
user 2023-07-13 09:33:10 +02:00
parent 7af86b564e
commit 3886e1dc77

View file

@ -668,7 +668,9 @@ if [ "${archisoinstall}" == "y" ]; then
fi fi
# SwayFX: Sway, but with eye candy! # SwayFX: Sway, but with eye candy!
pacman -Rss sway --noconfirm if pacman -Rss sway --noconfirm; then
echo "Sway erfolgreich entfernt um SwayFX zu installieren :)"
fi
aurinstaller swayfx aurinstaller swayfx
# thinkpad docking station Ultra # thinkpad docking station Ultra