scripts/red hat specific/pyyum-update

13 lines
183 B
Text
Raw Normal View History

2023-04-15 10:05:08 -05:00
#!/bin/bash
# init
function pause(){
read -p -
}
clear
echo Running Yum ....
beesu yum update
echo -e '\E[5;32;47m'" Press any key to close window and return to program. "
pause