diff --git a/install.sh b/install.sh index 5a59a1e..4c11de3 100644 --- a/install.sh +++ b/install.sh @@ -364,7 +364,6 @@ if [[ "$answer" == "y" ]]; then echo \"URL=https://${domain_name}\" >> .env &&\ echo \"DIRECTUS_URL=https://cms.${domain_name}\" >> .env &&\ tmux send-keys -t directus C-c &&\ - npm install &&\ NUXT_TELEMETRY_DISABLED=1 bash -c \"npm run build\" &&\ tmux new-session -d -s front &&\ tmux send-keys -t front \"cd ${front_directory} && node .output/server/index.mjs\" C-m &&\