From fd60e66182f8b1a7d4ca0cfcfe0c9314cc121e08 Mon Sep 17 00:00:00 2001 From: thecutefinder <123335166+thecutefinder@users.noreply.github.com> Date: Sun, 12 Mar 2023 05:49:59 +0000 Subject: [PATCH] linux not gnu/linux smh --- install.sh | 2 +- install_without_dependencies.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)