Skip to content

Commit b257375

Browse files
Update README.md
1 parent 81f1cb7 commit b257375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Note: There are some other options which are described in the create_latest_cand
5050

5151
For example, this command installs the cutting-edge version of Candle and then stops for inspection:
5252
```
53-
curl -sSl https://raw.githubusercontent.com/createcandle/install-scripts/main/create_latest_candle_dev.sh | sudo CUTTING_EDGE=yes STOP_EARLY=yes bash
53+
curl -sSl https://raw.githubusercontent.com/createcandle/install-scripts/main/create_latest_candle_dev.sh | sudo CUTTING_EDGE=yes SKIP_REBOOT=yes bash
5454
```
5555
(It's the command we really use to create the Candle disk images. Once done, do `touch /boot/candle_rw_once.txt` and then reboot the controller. Log in, wait for Zigbee2MQTT to be fully installed, and only then run the `prepare_for_disk_image.sh` script)
5656

@@ -71,7 +71,7 @@ curl -sSl https://raw.githubusercontent.com/createcandle/install-scripts/main/cr
7171
### Live update script
7272
With the latest versions of Candle it's now possible to fully update the controller even when read-only protection is enabled, with out needing a reboot first. This is experimental, so use at your own risk. It automatically detects if your controller is compatible. We prefer to just disable read-only first through a reboot.
7373
```
74-
curl -sSl https://raw.githubusercontent.com/createcandle/install-scripts/main/live_system_update.sh | sudo REBOOT_WHEN_DONE=yes bash
74+
curl -sSl https://raw.githubusercontent.com/createcandle/install-scripts/main/live_system_update.sh | sudo bash
7575
```
7676

7777

0 commit comments

Comments
 (0)