Browse Source

Update vaultwarden-install.sh

tteckster 2 năm trước cách đây
mục cha
commit
f15190ebd4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      setup/vaultwarden-install.sh

+ 2 - 2
setup/vaultwarden-install.sh

@@ -74,11 +74,11 @@ msg_ok "Installed Dependencies"
 
 WEBVAULT=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \
 | grep "tag_name" \
-| awk '{print substr($2, 2, length($2)-3) }') \
+| awk '{print substr($2, 2, length($2)-3) }')
 
 VAULT=$(curl -s https://api.github.com/repos/dani-garcia/vaultwarden/releases/latest \
 | grep "tag_name" \
-| awk '{print substr($2, 2, length($2)-3) }') \
+| awk '{print substr($2, 2, length($2)-3) }')
 
 msg_info "Installing Rust"
 curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal &>/dev/null