
#REMOTE_VERSION=$(wget -q -O-| gunzip|sed -n '/Package: google-chrome-stable/ version.
LOCAL_VERSION="none" & & LOCAL_VERSION=$(cat $VERSION_FILE)Įcho -e "Local version\t: $LOCAL_VERSION" #!/bin/bashĮcho "usage: install-brave-target "Įcho " - Only 'stable', 'beta', 'nightly' or 'dev'" I modified base on Danyer’s Chrome script.
GitHub and look for Danyer’ comment, I use his script regularly to update Chrome browser.īelow is the script to install Brave browser. Run the following commands, one by one: f=google-chrome* rm -f /etc/cron.daily/$f /usr/bin/$f /usr/share/appdata/$f /usr/share/applications/$f /usr/share/gnome-control-center/default-apps/$f /usr/share/man/man1/$f To do this run the following commands, one by one: rm -f google-chrome*.rpm rpm package and, if you don’t need it, the package-utils bundle. Rpm2cpio google-chrome*.rpm | ( cd / cpio -idv) Run the following commands, one by one: f=brave* rm -f /etc/cron.daily/$f /usr/bin/$f /usr/share/appdata/$f /usr/share/applications/$f /usr/share/gnome-control-center/default-apps/$f /usr/share/man/man1/$f /etc/pki/rpm-gpg/*brave Now we can fix the missing menu icon (thanks to sed -i 's/Icon=brave-browser/Icon=brave/g' /usr/share/applications/sktopĪnd the following command will fix the font loading (thanks to f=/etc/environment s='export FONTCONFIG_PATH=/usr/share/defaults/fonts' touch $f if ! grep -q "$s" $f then echo $s > $f fi To do this run the following commands, one by one: rm -f brave-*.rpm They update automatically and roll back gracefully. rpm packages and, if you don’t need it, the package-utils bundle. Links Developer website Contact Brave Software Show more Enable snaps on Red Hat Enterprise Linux and install brave Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. Rpm2cpio brave-browser*.rpm | ( cd / cpio -idv) Rpm2cpio brave-keyring*.rpm | ( cd / cpio -idv) Run the following commands, one by one: swupd bundle-add package-utils # Adds the Brave repository so you can then install the browserĮcho "deb $UBUNTU_CODENAME main" | sudo tee /etc/apt//brave-browser-release-$.Run the following command to obtain root privileges sudo -s # Downloads the key and signature for the repositoryĬurl -s | sudo apt-key -keyring /etc/apt//brave-browser-release.gpg add.
echo "Installing curl if not already installed installed" It's very simple, but it does include commands run as root, so make sure you review it and are okay with it. The Linux installation instructions on require lots of terminal commands that not all might understand, so I basically turned those commands into a script with commentary and slightly more information printed in the terminal. So, the latest version of the Brave web browser in the Software Boutique is quite outdated (it still uses the Muon engine while the latest release is based on Chromium).