From 49544a67c5e9ba1528b3e1dcc34f049025b2e417 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Thu, 17 Jun 2021 11:22:20 +0900 Subject: [PATCH] Fix: Installer - Network Install --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c185bd5..8e8ca4e 100755 --- a/install.sh +++ b/install.sh @@ -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"