Skip to content

Commit

Permalink
Merge pull request #105 from pmbuko/patch-1
Browse files Browse the repository at this point in the history
Replace '$(echo /bin/bash)' in install commands
  • Loading branch information
Ph0enixKM authored May 26, 2024
2 parents dced16f + 5b64a48 commit cd832b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Make sure that the operating system meets the following prerequisites

#### system-wide install
```bash
curl -s "https://raw.githubusercontent.com/Ph0enixKM/AmberNative/master/setup/install.sh" | $(echo /bin/bash)
curl -s "https://raw.githubusercontent.com/Ph0enixKM/AmberNative/master/setup/install.sh" | /bin/bash
```

#### local-user install
```bash
curl -s "https://raw.githubusercontent.com/Ph0enixKM/AmberNative/master/setup/install.sh" | $(echo /bin/bash) -s -- --user
curl -s "https://raw.githubusercontent.com/Ph0enixKM/AmberNative/master/setup/install.sh" | /bin/bash -s -- --user
```

#### Via a package manager
Expand Down

0 comments on commit cd832b1

Please sign in to comment.