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:
Rémi Bédard-Couture 2024-04-19 12:02:05 -04:00
parent 0a88ca51c2
commit 45caab9b0a
2 changed files with 6 additions and 5 deletions

View file

@ -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}"