4 lines
92 B
Bash
4 lines
92 B
Bash
if ! command -v gnome-tweak-tool &>/dev/null; then
|
|
sudo apt install -y gnome-tweak-tool
|
|
fi
|