Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install.sh #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Install.sh #1

wants to merge 1 commit into from

Commits on May 3, 2022

  1. Install.sh

    #!/bin/bash
    # License: GPL 3.0
    # (c) 2019 Star Inc.
    
    if [ $(lsb_release -si) == "Ubuntu" ]; then
        apt-get install -y python3 gir1.2-webkit-3.0 python-gi fonts-droid-fallback
    else
        echo "Now, it was only support/tested on \the Ubuntu for AnLinux\
        echo "But you still can install the browser on other Linux distribution without the shell script."
    fi
    AnoCymous authored May 3, 2022
    Configuration menu
    Copy the full SHA
    91d9b55 View commit details
    Browse the repository at this point in the history