This repo is made to Install the official Brave Browser offline on Ubuntu-based systems using a pre-packaged archive.
- Ubuntu 24.04 LTS
- Xubuntu 24.04 LTS
- Others Ubuntu Based os should works, but i didn't check those.
The archive includes all necessary .deb files and dependencies required to install Brave Browser offline.
To prepare or recreate the archive:
Mostly Brave needs it browser & keyring.
First I need to update my Packages to work with.
sudo apt update
After This i need to downlaod the brave browser packages.
First from the linux official website i need to get the official download link of brave-browser by running the command,
curl -fsS https://dl.brave.com/install.sh | sh
After i follow the upper steps to add those in my system's repo, then i need to follow the below things.
apt download brave-browser
apt download brave-keyring
Then i keep the files in the repo's location.
I will use making_release_zip.sh, to make the zip for release.
./installation_script_brave_browser.sh