Make hashbangs and readme consistent

This commit is contained in:
Matthew Lopez 2024-01-08 13:07:34 -05:00 committed by GitHub
parent c07ff833c1
commit 9512868f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@ line and have a basic understanding of Docker.
- For the 3DS: Download the
[Citra key dumper GodMode9 script](https://raw.githubusercontent.com/citra-emu/citra/master/dist/dumpkeys/DumpKeys.gm9)
and run it in GodMode9. Then, copy the `sd:/gm9/aes_keys.txt` file from
your SD card to the `console_files` directory in this repo.
your SD card to the `console-files` directory in this repo.
- Finally, run `./scripts/get-boss-keys.sh` to validate the dumped keys. It
will show you if the keys are missing or incorrect.
4. Run the initial setup script (`./setup.sh`) and follow its instructions.

View File

@ -1,4 +1,4 @@
#! /usr/bin/sh
#! /bin/sh
set -eu

View File

@ -1,4 +1,4 @@
#!/bin/sh
#! /bin/sh
set -eu

View File

@ -1,4 +1,4 @@
#!/bin/sh
#! /bin/sh
set -eu