diff --git a/install/ente-install.sh b/install/ente-install.sh index e885c676b..3a6d157ac 100644 --- a/install/ente-install.sh +++ b/install/ente-install.sh @@ -59,7 +59,9 @@ export ENTE_CLI_SECRETS_PATH=/opt/ente/cli/dist/secrets.txt export PATH="/opt/ente/cli/dist:$PATH" EOF msg_ok "Exported Ente CLI paths" -$STD touch ~/.ente/config.yaml +# remove .ente txt file +$STD rm ~/.ente +$STD mkdir -p ~/.ente cat <~/.ente/config.yaml endpoint: api: http://localhost:8080