Skip to content

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