You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/getting-started/frequently-asked-questions.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,3 @@ Apollo fully supports Turing or newer Nvidia cards, which includes the GTX 16xx
20
20
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.
21
21
22
22
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:
Copy file name to clipboardExpand all lines: content/docs/using-apollo/system-administration.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,26 @@ weight: 2
5
5
6
6
# System Administration {anchor=false}
7
7
8
-
## Managing Automatic Updates
8
+
## Updating Apollo
9
9
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.
11
12
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:
13
16
14
-
Nontheless, if you still want to disable them you can run the following:
15
17
```bash
16
-
ajust toggle-automatic-updates
18
+
ajust update
17
19
```
18
20
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
21
24
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.
23
26
27
+
Nontheless, if you still want to disable them you can run the following:
0 commit comments