From 1f86ea0d8130b8211b8f9c58acbb6eee9179c4c6 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 8 Mar 2026 10:33:30 -0400 Subject: [PATCH] Update install add comment to update script --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 2c71a25a..6a705b6d 100755 --- a/install +++ b/install @@ -809,7 +809,7 @@ cd if [ "$noreboot" = "0" ] ; then - if [ $FLAG -eq 1 ]; then + if [ $FLAG -eq 1 ]; then # Not sure if this is needed echo "systemctl daemon-reload and reboot" sudo systemctl daemon-reload sudo reboot -h now