Compare commits

..

2 Commits

Author SHA1 Message Date
tteckster d80084b9a6
Update pocketbase.sh
switch distribution to Debian 12
2024-05-10 18:00:42 -04:00
tteckster 549f848410
Update umami.sh
tweak
2024-05-10 14:21:33 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@ APP="Pocketbase"
var_disk="8" var_disk="8"
var_cpu="1" var_cpu="1"
var_ram="512" var_ram="512"
var_os="ubuntu" var_os="debian"
var_version="22.04" var_version="12"
variables variables
color color
catch_errors catch_errors

View File

@ -18,7 +18,7 @@ EOF
} }
header_info header_info
echo -e "Loading..." echo -e "Loading..."
APP="umami" APP="Umami"
var_disk="12" var_disk="12"
var_cpu="2" var_cpu="2"
var_ram="2048" var_ram="2048"