bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_firefox/00-install_firefox.sh

225533
#!/bin/bash
225533
# Author: Christoph Galuschka <tigalch@tigalch.org>
225533
225533
# Install firefox
225533
225533
t_Log "Running $0 - installation of firefox."
225533
225533
t_InstallPackage firefox
225533