Local antivirus update without IP

local folder

hi
i want update avast linux without set ip to vps.conf as local
i want update from a local folder in linux path, is possible?
i edit vps.conf like this but not work:
# VPS repository location
URL=“//home/Talker/x86_64”

Hi, the updates are downloaded with CURL, so you can use any protocol supported by CURL.
For local filesystem, use “file://” protocol.


URL="file:///home/Talker/x86_64"

We didn’t test this scenario, but I don’t see why it shouldn’t work.