install bws to /usr/bin instead of /usr/local/bin
This commit is contained in:
@@ -48,8 +48,8 @@ dnf install -y certbot
|
||||
if ! command -v bws &>/dev/null; then
|
||||
echo "==> Installing Bitwarden Secrets Manager CLI..."
|
||||
curl -sL "https://github.com/bitwarden/sdk-sm/releases/download/bws-v${BWS_VERSION}/bws-x86_64-unknown-linux-gnu-${BWS_VERSION}.zip" -o /tmp/bws.zip
|
||||
unzip -o /tmp/bws.zip -d /usr/local/bin
|
||||
chmod +x /usr/local/bin/bws
|
||||
unzip -o /tmp/bws.zip -d /usr/bin
|
||||
chmod +x /usr/bin/bws
|
||||
rm /tmp/bws.zip
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user