First upload!
This commit is contained in:
commit
cdc90f83e7
23 changed files with 788 additions and 0 deletions
12
red hat specific/pyyum-update
Executable file
12
red hat specific/pyyum-update
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue