File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,10 @@ $STD npm ci
6060$STD npm run build:production
6161msg_ok " Built Ghostfolio"
6262
63- msg_ok " Optional CoinGecko API Configuration"
64- echo
65- echo -e " ${YW} CoinGecko API keys are optional but provide better cryptocurrency data.${CL} "
66- echo -e " ${YW} You can skip this and add them later by editing /opt/ghostfolio/.env${CL} "
67- echo
63+ echo -e " "
64+ msg_custom " 🪙" " $YW " " CoinGecko API keys are optional but provide better cryptocurrency data."
65+ msg_custom " 🪙" " $YW " " You can skip this and add them later by editing /opt/ghostfolio/.env"
66+ echo -e " "
6867read -rp " ${TAB3} CoinGecko Demo API key (press Enter to skip): " COINGECKO_DEMO_KEY
6968read -rp " ${TAB3} CoinGecko Pro API key (press Enter to skip): " COINGECKO_PRO_KEY
7069
You can’t perform that action at this time.
0 commit comments