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' } }