README.md updated
This commit is contained in:
parent
933788e3dc
commit
37d595d2e1
1 changed files with 6 additions and 1 deletions
|
@ -28,16 +28,21 @@ using **`apt`** and also, when present, `snap`, `flatpak` and `fwupdmgr`.
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
You can download or clone this repository and make a symbolic link to the
|
You can download or clone this repository and make a symbolic link to the
|
||||||
**`apt-upgrade`** script to somewhere in your `PATH`, e.g. "`~/bin/`" or
|
**`apt-upgrade`** script somewhere in your `PATH`, e.g. "`~/bin/`" or
|
||||||
"`/usr/local/bin/`". Then you can run it as root or, if you use `sudo`, even as
|
"`/usr/local/bin/`". Then you can run it as root or, if you use `sudo`, even as
|
||||||
an unpriviledged user, as it will call `sudo` to proceed, if needed.
|
an unpriviledged user, as it will call `sudo` to proceed, if needed.
|
||||||
|
|
||||||
|
|
||||||
Please check all possible parameters:
|
Please check all possible parameters:
|
||||||
|
|
||||||
```
|
```
|
||||||
apt-upgrade --help
|
apt-upgrade --help
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you want to always use some parameters, an idea is setting a persistent
|
||||||
|
alias. Look at your shell documentation on how to do this. On Bash it would be
|
||||||
|
e.g. in `~/.bash_aliases`.
|
||||||
|
|
||||||
## Copyright, licensing and disclaimer
|
## Copyright, licensing and disclaimer
|
||||||
|
|
||||||
[<img align="right" alt="GPLv3 - Free Software - Free as in Freedom" title="GNU
|
[<img align="right" alt="GPLv3 - Free Software - Free as in Freedom" title="GNU
|
||||||
|
|
Loading…
Reference in a new issue