Update ebusd.sh
This commit is contained in:
parent
b858cafad7
commit
aac028efda
@ -27,9 +27,10 @@ function update_script() {
|
|||||||
msg_error "No ${APP} Installation Found!"
|
msg_error "No ${APP} Installation Found!"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg_info "Updating ebusd"
|
msg_info "Updating ebusd"
|
||||||
$STD apt update
|
$STD apt update
|
||||||
$STD apt -y --upgrade ebusd
|
$STD apt --upgrade -y ebusd
|
||||||
msg_ok "Updated ebusd"
|
msg_ok "Updated ebusd"
|
||||||
msg_ok "Updated successfully!"
|
msg_ok "Updated successfully!"
|
||||||
exit
|
exit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user