changed update script
This commit is contained in:
parent
51a028e634
commit
6177aff8bf
1 changed files with 5 additions and 0 deletions
|
|
@ -68,6 +68,11 @@ else
|
|||
log "rootfs disk not found, unable to expand: ${CFG_ROOTFS_DISK}"
|
||||
fi
|
||||
|
||||
#Run update to get the latest packages
|
||||
log "Updating latest packages"
|
||||
yum update -y
|
||||
log "updating done"
|
||||
|
||||
log "initial config done, disabling myself"
|
||||
systemctl disable "${CFG_SERVICE_NAME}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue