Maintenance (#662)

This commit is contained in:
tteckster 2022-10-22 05:52:33 -04:00 committed by GitHub
parent 28ac44926c
commit 0beaa20971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 226 additions and 2 deletions

View file

@ -3,7 +3,7 @@ echo -e "Loading..."
APP="Vaultwarden"
var_disk="6"
var_cpu="2"
var_ram="2048"
var_ram="3072"
var_os="debian"
var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ')