sh_linux_installation_scripts/common/redhat/apps/stacer.sh

6 lines
93 B
Bash
Raw Normal View History

2021-11-24 09:41:28 +01:00
#!/bin/bash
install_stacer() {
echo "Installing Stacer"
sudo dnf install stacer -y
}