mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
5 lines
140 B
Bash
5 lines
140 B
Bash
echo "Remove needless fcitx5-configtool package"
|
|
if yay -Qe fcitx5-configtool &>/dev/null; then
|
|
yay -Rns --noconfirm fcitx5-configtool
|
|
fi
|