Skip to content

Commit

Permalink
fix uninstall and update docu at program end.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jun 21, 2024
1 parent f97433a commit 91a9610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install-lxc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trap die ERR
trap cleanup EXIT

# Set default variables
VERSION="1.16"
VERSION="1.17"
LOGFILE="/tmp/install-lxc.log"
LINE=

Expand Down Expand Up @@ -721,5 +721,5 @@ 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 ${0} uninstall\""
msg "- Update LXC container later via \"sudo ${0} update\""
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'\""

0 comments on commit 91a9610

Please sign in to comment.