mirror of https://github.com/tteck/Proxmox.git
Update vault_container.sh
This commit is contained in:
parent
5547ffedce
commit
b29c001495
|
@ -81,7 +81,7 @@ pushd $TEMP_DIR >/dev/null
|
||||||
wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/vault_setup.sh
|
wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/vault_setup.sh
|
||||||
|
|
||||||
load_module overlay
|
load_module overlay
|
||||||
echo -e "${RD} Patience is required while Building Vaultwarden ${CL} \n"
|
echo -e "${RD} Expect 30+ minute install time. ${CL} \n"
|
||||||
while read -r line; do
|
while read -r line; do
|
||||||
TAG=$(echo $line | awk '{print $1}')
|
TAG=$(echo $line | awk '{print $1}')
|
||||||
TYPE=$(echo $line | awk '{printf "%-10s", $2}')
|
TYPE=$(echo $line | awk '{printf "%-10s", $2}')
|
||||||
|
|
Loading…
Reference in New Issue