#!/bin/bash install_stacer() { echo "Installing Stacer" sudo dnf install stacer -y }