#!/bin/bash install_boxes() { echo "Installing gnome-boxes" sudo dnf install gnome-boxes -y }