Fix upgrade command syntax for ebusd
This commit is contained in:
parent
12619abdff
commit
355b5637d4
@ -30,7 +30,7 @@ function update_script() {
|
|||||||
|
|
||||||
msg_info "Updating ebusd"
|
msg_info "Updating ebusd"
|
||||||
$STD apt update
|
$STD apt update
|
||||||
$STD apt --upgrade -y 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