mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-08 08:20:31 -08:00
Fix: Installer - Network Install
This commit is contained in:
parent
3843b68ca0
commit
49544a67c5
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue