Increasing download and setting proper default port

This commit is contained in:
ulmentflam 2024-06-15 22:35:50 -04:00
parent 2c80992e45
commit a261062472
No known key found for this signature in database

View file

@ -22,7 +22,7 @@ echo -e "Loading..."
APP="Fooocus" APP="Fooocus"
var_disk="24" var_disk="24"
var_cpu="4" var_cpu="4"
var_ram="8192" var_ram="9216"
var_os="debian" var_os="debian"
var_version="12" var_version="12"
variables variables
@ -98,4 +98,4 @@ description
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
echo -e "${APP} should be reachable by going to the following URL. echo -e "${APP} should be reachable by going to the following URL.
${BL}http://${IP}:80${CL} \n" ${BL}http://${IP}:7865${CL} \n"