From ebda9677781b635a5f5730a92b730fb08afebdca Mon Sep 17 00:00:00 2001 From: henryruhs Date: Fri, 23 Feb 2024 23:04:43 +0100 Subject: [PATCH] Use master for now --- install.js | 2 +- update.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.js b/install.js index 987a799..17e522a 100644 --- a/install.js +++ b/install.js @@ -45,7 +45,7 @@ module.exports = async kernel => method: 'shell.run', params: { - message: 'git clone https://github.com/facefusion/facefusion --branch 2.3.0 --single-branch' + message: 'git clone https://github.com/facefusion/facefusion --branch master --single-branch' } }, { diff --git a/update.js b/update.js index 7515995..33a2d51 100644 --- a/update.js +++ b/update.js @@ -23,7 +23,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git checkout 2.3.0', + message: 'git checkout master', path: 'facefusion' } }