not gnu/linux smh
This commit is contained in:
thecutefinder
2023-03-12 05:49:59 +00:00
committed by GitHub
parent 3ab3d5bc04
commit fd60e66182
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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)