Compare commits
No commits in common. "fe9d5936e7d01a9872fd550cb03e45f479cf90fd" and "6f9ee34a945450bf80fbca48b5c43ae665225e30" have entirely different histories.
fe9d5936e7
...
6f9ee34a94
@ -26,10 +26,18 @@ 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