Hello,
I have a message "This version of Brave is no longer supported and will not be updated. See instruction to upgrade to the latest version. "
I tried several time to use the script from the instructions page:
curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key add -
echo “deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ lsb_release -sc
main” | sudo tee /etc/apt/sources.list.d/brave-browser-release-lsb_release -sc
.list
sudo apt update
sudo apt install brave-browser brave-keyring"
At the end I receive messages: “brave-browser is already the newest version (0.57.18).
brave-keyring is already the newest version (1.0-1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.”
What should I do?