Skip to content

Commit 294e8e4

Browse files
committed
docs: add sys-admin section about updating
1 parent a0ad2d8 commit 294e8e4

2 files changed

Lines changed: 14 additions & 17 deletions

File tree

content/docs/getting-started/frequently-asked-questions.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,3 @@ Apollo fully supports Turing or newer Nvidia cards, which includes the GTX 16xx
2020
Pascal and older cards will work with the regular `apollo` image, however these images only support the open source drivers, which typically have worse performance and we cannot guarantee the best experience for these users.
2121

2222
Simply download the Nvidia ISO to install Apollo with the Nvidia drivers. If you switch from AMD to Nvidia graphics, or vice versa, it's recommended to also [switch to the appropriate image for your GPU](/docs/using-apollo/apollo-images/#rebasing-between-apollo-images).
23-
24-
## How do I update Apollo?
25-
26-
Apollo updates automatically in the background by default. If you need to apply an update on-demand, you can run:
27-
```bash
28-
ajust update
29-
```

content/docs/using-apollo/system-administration.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,26 @@ weight: 2
55

66
# System Administration {anchor=false}
77

8-
## Managing Automatic Updates
8+
## Updating Apollo
99

10-
Automatic updates are the intended way to use Apollo. We use automatic updates by default so users always get the latest bug and security fixes as well as new features.
10+
> [!TIP]
11+
> When filing bug reports or asking for support in community spaces, please make sure your system is up to date first, as your issue may have been fixed in an update.
1112
12-
If you're dealing with a regression in a recent build, you may first want to try [pinning to a specific release date](/docs/using-apollo/apollo-images/#pinning-to-a-specific-date). This will allow the rest of your system to remain up to date.
13+
Apollo by default uses automatic updates, meaning that users always get the latest bug and security fixes as well as new features. Most of the time you shouldn't need to do anything.
14+
15+
If you want to update manually anyway, or you've turned automatic updates off as mentioned below, simply run the following in a terminal:
1316

14-
Nontheless, if you still want to disable them you can run the following:
1517
```bash
16-
ajust toggle-automatic-updates
18+
ajust update
1719
```
1820

19-
> [!TIP]
20-
> When filing bug reports or asking for support in community spaces, please make sure your system is up to date first, as your issue may have been fixed in an update.
21+
You can also manage and update Flatpak apps using the Bazaar application store.
22+
23+
### Toggling Automatic Updates
2124

22-
If you have disabled automatic updates, you should make sure your system is up to date regularly. You can run this command in the terminal to update everything at once:
25+
If you're dealing with a regression in a recent build, you may first want to try [pinning to a specific release date](/docs/using-apollo/apollo-images/#pinning-to-a-specific-date). This will keep automatic updates working for the rest of your system.
2326

27+
Nontheless, if you still want to disable them you can run the following:
2428
```bash
25-
ajust update
26-
```
29+
ajust toggle-automatic-updates
30+
```

0 commit comments

Comments
 (0)