Skip to content

Commit

Permalink
Merge pull request #107 from PierreBeucher/install-script-fix
Browse files Browse the repository at this point in the history
Install script fix
  • Loading branch information
PierreBeucher authored Apr 15, 2024
2 parents e73b023 + e30d0b5 commit af8986f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ Novops, the universal secret and configuration manager for development, applicat

Let's deploy an application with **secret password and SSH key from Hashicorp Vault** and **temporary AWS credentials**.

Install Novops static binary ([or use another method](https://novops.dev/install.html)):
Install Novops ([or use another method](https://novops.dev/install.html)):

```sh
curl -L "https://github.com/PierreBeucher/novops/releases/latest/download/novops-X64-Linux.zip" -o novops.zip
unzip novops.zip
sudo mv novops /usr/local/bin/novops
sh -c "$(curl --location https://raw.githubusercontent.com/PierreBeucher/novops/main/install.sh)"
```

Create `.novops.yml` and commit it safely - it does not contain any secret:
Expand Down
2 changes: 0 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env sh

set -x

TMP_INSTALL_DIR="${TMPDIR:-/tmp}/novops-install"
INSTALL_DIR="/usr/local/bin"
YELLOW='\e[0;33m'
Expand Down

0 comments on commit af8986f

Please sign in to comment.