sh_linux_installation_scripts/common/apps/stacer.sh

5 lines
68 B
Bash

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