From 404c96a2f5bc55cd6d98d09f917a45201461f5a5 Mon Sep 17 00:00:00 2001 From: 0xC4DE Date: Sun, 15 Jan 2023 00:55:05 -0600 Subject: [PATCH] Correction in README.md (#203) * update README.md * update README.md * -O isnt the same as -O Co-authored-by: 0xC4DE <0xc4de@piethon.party> --- README.md | 2 +- pack-mode-switcher.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pack-mode-switcher.sh diff --git a/README.md b/README.md index 6e19063..96673d6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you want a harder, or perhaps a more "true" GregTech experience, check out th Installation instructions: - Install the hardmode config files from [here](https://github.com/tracer4b/nomi-ceu/tree/main/overrides). Restart the pack for this to take effect. - Windows users may grab the utility [here](https://raw.githubusercontent.com/tracer4b/nomi-ceu/main/pack-mode-switcher.bat)(right click - save as), save it to the root directory of the pack (the same level as `\config`). - - MacOS and GNU/Linux users can run `curl -s https://raw.githubusercontent.com/tracer4b/nomi-ceu/main/pack-mode-switcher.sh | sh` in the pack root directory (the one containing `/config`). + - MacOS and GNU/Linux users can run `curl -o https://raw.githubusercontent.com/tracer4b/nomi-ceu/main/pack-mode-switcher.sh` then verify the contents with your editor of choice before running `chmod +x pack-mode-switcher.sh; sh pack-mode-switcher.sh` in the pack root directory (the one containing `/config`). - If you are on an existing world, run `/bq_admin default load` to load the hard mode questbook. ## Credits diff --git a/pack-mode-switcher.sh b/pack-mode-switcher.sh old mode 100755 new mode 100644