Skip to content

Commit aeaefe2

Browse files
authored
ghostfolio: refactor CoinGecko key prompts in installer (#8935)
Updated CoinGecko API configuration messages for clarity.
1 parent 0ea12a3 commit aeaefe2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

install/ghostfolio-install.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@ $STD npm ci
6060
$STD npm run build:production
6161
msg_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 ""
6867
read -rp "${TAB3}CoinGecko Demo API key (press Enter to skip): " COINGECKO_DEMO_KEY
6968
read -rp "${TAB3}CoinGecko Pro API key (press Enter to skip): " COINGECKO_PRO_KEY
7069

0 commit comments

Comments
 (0)