Skip to content

Commit

Permalink
put sudo command on next line.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jun 21, 2024
1 parent 3670e83 commit 33ea0a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/install-lxc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -721,5 +721,7 @@ msg "- Access console via \"sudo lxc-console ${CONTAINER_NAME}\""
msg "- Connect to WebUI via http://homematic-raspi/"
msg "- Stop container via \"sudo lxc-stop ${CONTAINER_NAME}\""
msg "- Destroy container via \"sudo lxc-destroy ${CONTAINER_NAME}\""
msg "- Uninstall LXC host dependencies via \"sudo sh -c 'wget -qO - https://raspberrymatic.de/install-lxc.sh | bash -s uninstall'\""
msg "- Update LXC container via \"sudo sh -c 'wget -qO - https://raspberrymatic.de/install-lxc.sh | bash -s update'\""
msg "- Uninstall LXC host dependencies via:"
msg " sudo sh -c 'wget -qO - https://raspberrymatic.de/install-lxc.sh | bash -s uninstall'"
msg "- Update LXC container via:"
msg " sudo sh -c 'wget -qO - https://raspberrymatic.de/install-lxc.sh | bash -s update'"

0 comments on commit 33ea0a4

Please sign in to comment.