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