Skip to content

Commit

Permalink
Update update-athena.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Apr 3, 2024
1 parent 53eb9d3 commit 6967b34
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/content/docs/en/installation/update-athena.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ description: How to update Athena OS.
---
import ImageComponent from "@components/ImageComponent.astro";
import ThemedImage from '@components/ThemedImage.astro';
import { Tabs, TabItem } from '@astrojs/starlight/components';

### Athena Arch
<Tabs>
<TabItem label="Athena Arch">
To upgrade the system and all the packages, run:
```shell
sudo pacman -Syyu
```
and reboot.

### Athena Nix
</TabItem>
<TabItem label="Athena Nix">
The update process requires the update of nix channel by:
```shell
sudo nix-channel --update
Expand All @@ -22,5 +24,7 @@ This command allows the system to retrieve all the latest information about the
sudo nixos-rebuild switch
```
to update the system.
</TabItem>
</Tabs>

<ImageComponent />
<ImageComponent />

0 comments on commit 6967b34

Please sign in to comment.