#!/bin/bash install_gnome_tweaks() { echo "Installing Gnome-Tweaks" sudo apt install gnome-tweaks -y }