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