mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Update redhat.sh
This commit is contained in:
parent
bc547a7952
commit
9ee2974f03
@ -4,7 +4,7 @@ source /tmp/msmcommon.sh && rm -f /tmp/msmcommon.sh
|
|||||||
|
|
||||||
function update_system_packages() {
|
function update_system_packages() {
|
||||||
install_log "Updating sources"
|
install_log "Updating sources"
|
||||||
sudo yum update || install_error "Couldn't update packages"
|
sudo yum update --skip-broken || install_error "Couldn't update packages"
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_dependencies() {
|
function install_dependencies() {
|
||||||
|
Loading…
Reference in New Issue
Block a user