Fix: Installer - Network Install

This commit is contained in:
alstjr7375 2021-06-17 11:22:20 +09:00
parent 3843b68ca0
commit 49544a67c5

View file

@ -369,8 +369,9 @@ install_network() {
automv chrome chrome.bak
fi
git clone -b "${leptonBranch}" https://github.com/black7375/Firefox-UI-Fix.git chrome
local isProfile=""
git clone -b "${}" https://github.com/black7375/Firefox-UI-Fix.git chrome
for profilePath in "${firefoxProfilePaths}"; do
autocopy chrome/user.js "${profilePath}/user.js"
autocopy chrome "${profilePath}/chrome"