This website works better with JavaScript.
Home
Help
| Lab Instances |
Register
Sign In
swarmlab
/
create-iso
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
1
Branch
0
Tags
160 KiB
Tree:
3298ae2df7
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3298ae2df7'
${ noResults }
create-iso
/
packer_templates
/
scripts
/
rhel
/
update_yum.sh
6 lines
64 B
Raw
Normal View
History
insert
2 years ago
#!/bin/sh -eux
yum -y upgrade --skip-broken
;
reboot
;
sleep 60
;