From 91d9b555bfc964670c71a7a2fe7ce53e090e6dac Mon Sep 17 00:00:00 2001 From: AnoCymous <96651770+AnoCymous@users.noreply.github.com> Date: Tue, 3 May 2022 21:40:04 +0800 Subject: [PATCH] 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 --- install.sh => AnoCymous/install.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename install.sh => AnoCymous/install.sh (100%) diff --git a/install.sh b/AnoCymous/install.sh similarity index 100% rename from install.sh rename to AnoCymous/install.sh