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

Conversation

AnoCymous
Copy link

#!/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

#!/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant