golden hour
/opt/PHP-Antimalware-Scanner/docs/docs
⬆️ Go Up
Upload
File/Folder
Size
Actions
extras
-
Del
OK
getting-started.md
4.34 KB
Del
OK
how-contribute.md
1.64 KB
Del
OK
how-update.md
836 B
Del
OK
install.md
3.03 KB
Del
OK
intro.md
1.98 KB
Del
OK
options.md
5.29 KB
Del
OK
requirements.md
251 B
Del
OK
Edit: how-update.md
--- sidebar_position: 7 --- # How to update To update the scanner, and then all new malware definitions, you can use the command option, or you can just re-download it from GitHub (like on the installation process). ## Autoupdate Run the console command using the option `--update` or `-u` (filename will be kept): ```shell php amwscan --update ``` ## Download from browser As alternative, you can go on GitHub page and press on Releases tab or [download from here](https://raw.githubusercontent.com/marcocesarato/PHP-Antimalware-Scanner/master/dist/scanner) ## Download from console Another alternative is to run this command from console (scanner will be download on your current directory): ```shell wget https://raw.githubusercontent.com/marcocesarato/PHP-Antimalware-Scanner/master/dist/scanner --no-check-certificate ```
Save