mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Remove reference to STD in update script; Add message at the end of installation that optional dependencies need to be installed using the update script
This commit is contained in:
parent
0a88ca51c2
commit
45caab9b0a
2 changed files with 6 additions and 5 deletions
|
@ -59,5 +59,6 @@ $STD apt-get autoclean
|
|||
msg_ok "Cleaned"
|
||||
|
||||
echo -e "Default login for Calibre-web:
|
||||
user: ${BL}admin${CL} \n
|
||||
password: ${BL}admin123${CL} \n"
|
||||
user: ${BL}admin${CL}
|
||||
password: ${BL}admin123${CL} \n"
|
||||
echo -e "${YW}Run the update script inside the container to install calibre-web optional dependencies (such as ldap or kobo support).${CL}"
|
Loading…
Add table
Add a link
Reference in a new issue