sunhat/install/gnome-tailoring.sh

4 lines
92 B
Bash
Raw Normal View History

2024-05-26 23:26:12 -05:00
if ! command -v gnome-tweak-tool &>/dev/null; then
sudo apt install -y gnome-tweak-tool
2024-05-27 21:15:14 -05:00
fi