Skip to content

Commit 8b0e131

Browse files
v9.2 (#6940)
- META | Simplify branch switch instructions, using `G_DEV_BRANCH <branch>`, which implies changing the `dietpi.txt` setting as well as applying the update right away
1 parent 6beb0c9 commit 8b0e131

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

BRANCH_SYSTEM.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ By joining the Beta and reporting issues, you will be assisting DietPi (and all
1414
1. Recommended: Backup your system with `dietpi-backup` (or backup quickly with `dietpi-backup 1`).
1515
2. Run the following command to switch to "beta" branch:
1616
```sh
17-
G_CONFIG_INJECT 'DEV_GITBRANCH=' 'DEV_GITBRANCH=beta' /boot/dietpi.txt
17+
G_DEV_BRANCH beta
1818
```
19-
3. Run `dietpi-update` to update the system, then reboot (or update quickly with `dietpi-update 1`).
20-
4. Test away, please report any issues on our GitHub page. Also ensure you mention "beta branch" in your post: https://github.com/MichaIng/DietPi/issues
21-
5. If you want to return the system to the previous restore state, run `dietpi-backup` to restore (or restore quickly with `dietpi-backup -1`).
19+
3. Test away, please report any issues on our GitHub page. Also ensure you mention "beta branch" in your post: https://github.com/MichaIng/DietPi/issues
20+
4. If you want to return the system to the previous restore state, run `dietpi-backup` to restore (or restore quickly with `dietpi-backup -1`).
2221

2322
## Steps to use the DietPi "dev" branch
2423
#### This is the active development branch. It is potentially unstable, unsupported and should not be used by end users.
25-
1. Same as above, however, use `DEV_GITBRANCH=dev` instead.
24+
1. Same as above, however, use `G_DEV_BRANCH dev` instead.

0 commit comments

Comments
 (0)