mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Mention --save in --combinedupgrade FAQ
This commit is contained in:
parent
c10716ab1a
commit
a576dbc1fd
1 changed files with 4 additions and 2 deletions
|
@ -88,8 +88,10 @@ Currently yay Depends on:
|
||||||
Make sure you have the `Color` option in your `/etc/pacman.conf` [#123](https://github.com/Jguer/yay/issues/123)
|
Make sure you have the `Color` option in your `/etc/pacman.conf` [#123](https://github.com/Jguer/yay/issues/123)
|
||||||
|
|
||||||
### Yay is not prompting to skip packages during sysupgrade (issue [#554](https://github.com/Jguer/yay/issues/554))
|
### Yay is not prompting to skip packages during sysupgrade (issue [#554](https://github.com/Jguer/yay/issues/554))
|
||||||
The default behavior was changed from [v8.918](https://github.com/Jguer/yay/releases/tag/v8.918) (see: [3bdb534](https://github.com/Jguer/yay/commit/3bdb5343218d99d40f8a449b887348611f6bdbfc)).
|
The default behavior was changed after [v8.918](https://github.com/Jguer/yay/releases/tag/v8.918)
|
||||||
To restore such behavior use the `--combinedupgrade`.
|
(see: [3bdb534](https://github.com/Jguer/yay/commit/3bdb5343218d99d40f8a449b887348611f6bdbfc)).
|
||||||
|
To restore such behavior use `--combinedupgrade`. This can also be
|
||||||
|
permanently enabled by appending `--save`.
|
||||||
Note: this causes [native pacman](https://wiki.archlinux.org/index.php/AUR_helpers) to become partial.
|
Note: this causes [native pacman](https://wiki.archlinux.org/index.php/AUR_helpers) to become partial.
|
||||||
|
|
||||||
### Sometimes diffs are printed to the terminal and other times they are paged via less. How do I fix this?
|
### Sometimes diffs are printed to the terminal and other times they are paged via less. How do I fix this?
|
||||||
|
|
Loading…
Reference in a new issue