Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the first launch instructions for Arch #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nickgirga
Copy link

I fixed the instructions that the start script for Arch print out. The commands that they previously showed (chmod 755 && ./additional.sh) did not work because chmod requires a file at the end:

Usage: chmod [OPTION]... MODE[,MODE]... FILE...
  or:  chmod [OPTION]... OCTAL-MODE FILE...
  or:  chmod [OPTION]... --reference=RFILE FILE...

(source: chmod --help)


Before the changes, simply copying and pasting the commands from the instructions would cause an error:

Copying and pasting the commands with the slightly changed chmod command, it works just fine:

@zinkokothaw zinkokothaw mentioned this pull request Aug 16, 2022
@supersonictw
Copy link
Member

@exalab999 Check it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants