File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -71,20 +71,21 @@ msg_ok "Configured Redis"
71
71
fetch_and_deploy_gh_release " ghostfolio" " ghostfolio/ghostfolio" " tarball" " latest" " /opt/ghostfolio"
72
72
73
73
msg_info " Installing Ghostfolio Dependencies"
74
+ cd /opt/ghostfolio
74
75
npm ci
75
76
msg_ok " Installed Dependencies"
76
77
77
78
msg_info " Building Ghostfolio (This may take several minutes)"
78
79
npm run build:production
79
80
msg_ok " Built Ghostfolio"
80
81
81
- msg_info " Optional CoinGecko API Configuration"
82
+ msg_ok " Optional CoinGecko API Configuration"
82
83
echo
83
84
echo -e " ${YW} CoinGecko API keys are optional but provide better cryptocurrency data.${CL} "
84
85
echo -e " ${YW} You can skip this and add them later by editing /opt/ghostfolio/.env${CL} "
85
86
echo
86
- read -rp " ${TAB3} Enter CoinGecko Demo API key (optional, press Enter to skip): " COINGECKO_DEMO_KEY
87
- read -rp " ${TAB3} Enter CoinGecko Pro API key (optional, press Enter to skip): " COINGECKO_PRO_KEY
87
+ read -rp " ${TAB3} CoinGecko Demo API key (press Enter to skip): " COINGECKO_DEMO_KEY
88
+ read -rp " ${TAB3} CoinGecko Pro API key (press Enter to skip): " COINGECKO_PRO_KEY
88
89
89
90
msg_info " Setting up Environment"
90
91
cat << EOF >/opt/ghostfolio/.env
You can’t perform that action at this time.
0 commit comments