Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxdalv committed Jul 21, 2024
1 parent f1aac07 commit 91fabfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer_scripts/init_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const updateConda = async () => {
await $("conda update -y -n base -c defaults conda");
};

const DEBUG_ALWAYS_RETURN_UPDATED = process.env.FORCE_REINSTALL ? true : false;

const syncRepo = async () => {
if (!fs.existsSync(".git")) {
displayMessage("Linking to tts-generation-webui repository");
Expand Down

0 comments on commit 91fabfe

Please sign in to comment.