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