浏览代码

Update vault_container.sh

tteckster 3 年之前
父节点
当前提交
ec16fd0301
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ct/vault_container.sh

+ 2 - 2
ct/vault_container.sh

@@ -73,7 +73,7 @@ function load_module() {
 TEMP_DIR=$(mktemp -d)
 TEMP_DIR=$(mktemp -d)
 pushd $TEMP_DIR >/dev/null
 pushd $TEMP_DIR >/dev/null
 
 
-wget -qL https://raw.githubusercontent.com/tteck/Proxmox/dev/setup/vault_setup.sh
+wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/vault_setup.sh
 
 
 load_module overlay
 load_module overlay
 
 
@@ -159,4 +159,4 @@ IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2
 info "Successfully created a Vaultwarden LXC Container to $CTID"
 info "Successfully created a Vaultwarden LXC Container to $CTID"
 echo -e "\e[1;92m Vaultwarden should be reachable by going to the following URL.
 echo -e "\e[1;92m Vaultwarden should be reachable by going to the following URL.
                   http://${IP}:8000
                   http://${IP}:8000
-\e[0m"
+\e[0m"