Merge pull request #1377 from heinemannj/ebusd
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ setup_deb822_repo \
|
|||||||
|
|
||||||
msg_info "Installing ebusd"
|
msg_info "Installing ebusd"
|
||||||
$STD apt install -y ebusd
|
$STD apt install -y ebusd
|
||||||
systemctl enable -q --now ebusd
|
systemctl enable -q ebusd
|
||||||
msg_ok "Installed ebusd"
|
msg_ok "Installed ebusd"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user