Skip to content

Commit

Permalink
how to delete unstable repository (#500)
Browse files Browse the repository at this point in the history
* how to delete unstable repository

fix #498

* english translation

---------

Co-authored-by: Michael Geers <[email protected]>
  • Loading branch information
VolkerK62 and naltatis authored Dec 31, 2023
1 parent 1830e48 commit c52c364
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/installation/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ Um auf eine neue Version von evcc zu aktualisieren, führe folgende Schritte dur
sudo apt --only-upgrade install -y evcc
```

:::info
Wenn das unstable Repository (Nightly Versionen) hinzugefügt wurde, wird beim Update immer auf die letzte verfügbare Nightly Version aktualisiert. Sollte das nicht mehr erwünscht sein, muss das unstable Repository mittels `sudo rm /etc/apt/sources.list.d/evcc-unstable.list` entfernt werden.
:::

## Downgrade

Mit folgendem Befehl kann man auf eine ältere Version von evcc wechseln:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ To update to the latest version of evcc, follow this guide:
sudo apt --only-upgrade install -y evcc
```

:::info
If the unstable repository (nightly versions) has been added, the update will always be updated to the latest available nightly version. If this is no longer desired, the unstable repository can be removed using `sudo rm /etc/apt/sources.list.d/evcc-unstable.list`.
:::

## Downgrade

If you need to go backwards for any reason, you can do so with this command:
Expand Down

0 comments on commit c52c364

Please sign in to comment.