Compare commits
2 Commits
6f9ee34a94
...
fe9d5936e7
Author | SHA1 | Date | |
---|---|---|---|
fe9d5936e7 | |||
30462c50c8 |
@ -26,18 +26,10 @@ make
|
|||||||
|
|
||||||
```
|
```
|
||||||
Usage: update [OPTION]
|
Usage: update [OPTION]
|
||||||
|
|
||||||
options:
|
options:
|
||||||
no flag same as -p
|
|
||||||
-f updates using flatpak update only
|
|
||||||
-p updates using a pacman-wrapper only
|
|
||||||
-a updates using flatpak update and a pacman-wrapper
|
|
||||||
-g shutdowns the computer afterwards
|
|
||||||
-r reboots the computer afterwards
|
|
||||||
--help displays this message
|
--help displays this message
|
||||||
--preview shows a preview of which pkg's will be updates
|
--preview shows a preview of which pkg's will be updates
|
||||||
--version prints out the version number
|
--version prints out the version number
|
||||||
--backup just does the before-backup without updating
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# backup to this folder
|
# backup to this folder
|
||||||
BACKUP_LOCATION=~
|
#BACKUP_LOCATION=~
|
||||||
|
|
||||||
# optional secondary backup loaction
|
# optional secondary backup loaction
|
||||||
#SECONDARY_BACKUP_LOCATION=~
|
#SECONDARY_BACKUP_LOCATION=~
|
||||||
|
Loading…
Reference in New Issue
Block a user