-
Notifications
You must be signed in to change notification settings - Fork 0
The update (U, update) flag and the build (b, build)
gmnsii edited this page Apr 9, 2022
·
1 revision
If the update (-u, --update) flag is present, permscan will check if a newer version is available.
- If a new version is available, it gives you a link to it and ask if you want to update permscan.
- If no new version is available, it exit the program.
By default, the updater will detect your os and install the latest release compatible with your os. However, you can still update if your os or architecture is not yet supported by building from source. This requires rust to be installed (latest version recommended). To update by building from source, just use the build (-b, --build) flag alongside the update flag.
The syntax is as follows:
permscan -ubor
permscan --build --update