Skip to content

Commit

Permalink
Merge pull request #416 from lekaf974/remove-sudo-requirement
Browse files Browse the repository at this point in the history
Remove usage of sudo to install kubearmor-client
  • Loading branch information
daemon1024 authored Apr 4, 2024
2 parents 661bb6b + d7fb796 commit bcdc801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Installation

```shell
curl -sfL http://get.kubearmor.io/ | sudo sh -s -- -b /usr/local/bin
curl -sfL http://get.kubearmor.io/ | sh -s
```

### Installing From Source
Expand Down
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ execute() {
fi
install "${srcdir}/${binexe}" "${BINDIR}/"
log_info "installed ${BINDIR}/${binexe}"
log_info "karmor is installed in ${BINDIR}"
log_info "invoke ${BINDIR}/${binexe} or move karmor to your desired PATH"
done
rm -rf "${tmpdir}"
}
Expand Down

0 comments on commit bcdc801

Please sign in to comment.