Correct Spelling (#462)

This commit is contained in:
Dustin 2022-08-29 01:34:07 +02:00 committed by GitHub
parent 12271b69d7
commit 12222e2bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -72,9 +72,9 @@ msg_info "Installing Node.js"
sudo apt-get install -y nodejs gcc g++ make python net-tools &>/dev/null
msg_ok "Installed Node.js"
msg_info "nstalling Homebridge"
msg_info "Installing Homebridge"
sudo npm install -g --unsafe-perm homebridge homebridge-config-ui-x &>/dev/null
msg_info "nstalled Homebridge"
msg_info "Installed Homebridge"
msg_info "Creating Service"
sudo hb-service install --user homebridge &>/dev/null