From 3886e1dc7754fcde8de610aa01e1a6468cdfde3b Mon Sep 17 00:00:00 2001 From: user Date: Thu, 13 Jul 2023 09:33:10 +0200 Subject: [PATCH] add if condition --- arch-graphical-install-auto.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch-graphical-install-auto.sh b/arch-graphical-install-auto.sh index 1ce1e2c..f53b8e8 100755 --- a/arch-graphical-install-auto.sh +++ b/arch-graphical-install-auto.sh @@ -668,7 +668,9 @@ if [ "${archisoinstall}" == "y" ]; then fi # 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 # thinkpad docking station Ultra