diff --git a/install.sh b/install.sh index 08a31b51d..9e573ad79 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Grasscutter install script for linux +# Grasscutter install script for GNU/Linux # Made by TurtleIdiot # Stops the installer if any command has a non-zero exit status diff --git a/install_without_dependencies.sh b/install_without_dependencies.sh index 01b79b248..4bb45e001 100644 --- a/install_without_dependencies.sh +++ b/install_without_dependencies.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Grasscutter install script for linux - Simpler version +# Grasscutter install script for GNU/Linux - Simpler version # This installer doesn't ask you to install dependencies, you have to install them manually # Made by TurtleIdiot and modified by syktyvkar (and then again modified by Blue)