Skip to content

Commit 0a6b642

Browse files
authored
Merge pull request openaps#1436 from phraktyl/WED-LinuxUpdate
Added a small section on Linux Updates
2 parents 176e6e9 + 375ceee commit 0a6b642

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/docs/Customize-Iterate/update-your-rig.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How to update your OpenAPS rig in the future
1+
# How to update oref0 on your OpenAPS rig in the future
22

33
You've probably heard about all kinds of cool new features that you want to try. If they're part of the master branch already, you just need to go enable them (usually by [re-running the oref0-setup script](http://openaps.readthedocs.io/en/latest/docs/Customize-Iterate/oref0-runagain.html)). You can see notes about what is included in a particular release in [the release notes page for oref0](https://github.com/openaps/oref0/releases).
44

@@ -54,4 +54,13 @@ Reminder! You'll need to re-set your preferences in `preferences.json`. See [the
5454

5555
To edit any of your preferences, you can enter `edit-pref` (as a shortcut) or `cd ~/myopenaps && nano preferences.json`
5656

57+
## How to update Linux on your OpenAPS rig in the future
5758

59+
Along with updating the OpenAPS software on your rig, you will also want to periodically update your operating system. This isn't the place for a primer on [Linux Commands](http://www.circuitbasics.com/useful-raspberry-pi-commands/), but the following two are useful to keep your system updated and as secure as they can be from recently-found bugs:
60+
61+
```bash
62+
# apt-get update
63+
# apt-get upgrade
64+
```
65+
66+
The first fetches all of the updated package lists for your system, and the second upgrades all of your installed packages to their most current versions.

0 commit comments

Comments
 (0)