6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
path=`pwd`
|
|
|
|
rpm -ivh $path/epel/*.rpm --force --nodeps
|
|
rpm -ivh $path/ansible/*.rpm --force --nodeps
|
|
|