#!/bin/bash install_gnome_shell() { echo 'Installing gnome-shell' sudo dnf install chrome-gnome-shell -y }