add if condition
This commit is contained in:
parent
7af86b564e
commit
3886e1dc77
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue