Compare commits

..

No commits in common. "fe9d5936e7d01a9872fd550cb03e45f479cf90fd" and "6f9ee34a945450bf80fbca48b5c43ae665225e30" have entirely different histories.

2 changed files with 9 additions and 1 deletions

View File

@ -26,10 +26,18 @@ make
```
Usage: update [OPTION]
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
--preview shows a preview of which pkg's will be updates
--version prints out the version number
--backup just does the before-backup without updating
```
## Contributing

View File

@ -1,5 +1,5 @@
# backup to this folder
#BACKUP_LOCATION=~
BACKUP_LOCATION=~
# optional secondary backup loaction
#SECONDARY_BACKUP_LOCATION=~