Username or email *
Password *
Remember Me
Log in
Username *
Email address *
Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.
Register
No products in the cart.
https://drive.google.com/file/d/15EGnL-CND6h_JvooHz1Ojats4FJ8IV1t/view?usp=drivesdk
This is a script I made to install it natively to host so no permission issues
Give file permission sudo chmod +x brave install.sh
bash brave install.sh
Next go to your mobile settings and select brave to rescale it's resolution
If you don't trust script here's the commands u can run your self
#!/bin/bash
# Update package listssudo apt update
# Install dependenciessudo apt install apt-transport-https curl -y
# Import Brave GPG keysudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
# Add Brave repositoryecho "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
# Update package lists againsudo apt update
# Install Brave Browsersudo apt install brave-browser -y
echo "Brave browser installation script finished."
My bad file name is braveinstall.sh
Leave some reactions if this was helpful