Skip to content

Commit

Permalink
[eos-apps-info] updates doc of eos-update
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Aug 3, 2024
1 parent 03243e5 commit 5e8c634
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eos-apps-info/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=eos-apps-info
pkgdesc="Documentation about apps in the EndeavourOS repository."
pkgver=24.7
pkgver=24.8
pkgrel=1
arch=('any')
license=('GPL')
Expand Down Expand Up @@ -37,7 +37,7 @@ sha512sums=('63fb5aa02179c7788b8f635075f63cbcb81b509d18e41a25412282499328fb1726e
'53e387eb1af9693dce6cc83636de399fc8ceedbce3e237c51c84e330766caec728808a2cf65ab653289b5da7c0648f47d17009f3e3669a15ddb0eb7772bae073'
'8a0692ff5e714a0690c7a90d04a928b2edf2e01515f8707b345d0da36ee95cab7f4f9badf3dca6cbd280438a08519957c5852be92e7936da9f0affef3d895b17'
'4b5eef3ce297cfa66d38b6ad92739eee905050228f72bd2c58d7f05700269b0ef434b0aa5c6ff8423a98af33918089f1255858bd2385ef3db2967d71e0d1d350'
'3c2ddc36c0a3e0cab0238c79031b4a480a8348d34e61f7d32588a67ff6564a0a77f3bb1ff6c08ccf8a394b7d0b91564ff4f65375b48053b507cf41b3a2e5aa80')
'1d86e59c623fec47c3a9905710a34b65b632ca11ce03cab01fac49601966c6a1f8596ce6700db875642c81ce80b2df8de808dfb3d1db12a5f5c07ab2649e0d17')

package() {
local xx
Expand Down
Binary file modified eos-apps-info/eos-apps-info-pages.tar.gz
Binary file not shown.
17 changes: 15 additions & 2 deletions eos-apps-info/man/eos-update/eos-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ eos-update [options]
for unsupported mirrors.
This may be useful when one or more mirrors start failing unexpectedly.
Note: only x86_64 hardware is supported.
--check-mirrors-eos Check files /etc/pacman.d/endeavouros-mirrorlist for unsupported mirrors.
--check-mirrors-arch Check files /etc/pacman.d/mirrorlist for unsupported mirrors.
--check-mirrors-eos Check file /etc/pacman.d/endeavouros-mirrorlist for unsupported mirrors.
--check-mirrors-arch Check file /etc/pacman.d/mirrorlist for unsupported mirrors.
--nvidia Check also nvidia driver vs. kernel updates. Useful only with the Nvidia GPU.
--clear-databases Clears package database files.
Use this only if package database issues constantly make system update fail.
Expand All @@ -60,3 +60,16 @@ eos-update [options]
before updating. Otherwise a warning message will be displayed.
Default: 1000000000
```

## Examples

```
# basic update for native packages
eos-update
# update also packages from the AUR
eos-update --aur
# check and report the validity of the configured Arch and EndeavourOS mirrors
eos-update --check-mirrors
```

0 comments on commit 5e8c634

Please sign in to comment.