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