3 Star 0 Fork 0

Gitee 极速下载 / firefox-ios_old1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/mozilla/firefox-ios
克隆/下载
checkout.sh 860 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
set -x
cd focus-ios
# Version 107.0 hash
SHAVAR_COMMIT_HASH="91cf7dd142fc69aabe334a1a6e0091a1db228203"
# Download the nimbus-fml.sh script from application-services.
NIMBUS_FML_FILE=./nimbus.fml.yaml
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/mozilla/application-services/main/components/nimbus/ios/scripts/bootstrap.sh | bash -s -- $NIMBUS_FML_FILE
# Clone shavar prod list
cd .. # Make sure we are at the root of the repo
rm -rf shavar-prod-lists && git clone https://github.com/mozilla-services/shavar-prod-lists.git && git -C shavar-prod-lists checkout $SHAVAR_COMMIT_HASH
(cd BrowserKit && swift run)
1
https://gitee.com/mirrors/firefox-ios_old1.git
git@gitee.com:mirrors/firefox-ios_old1.git
mirrors
firefox-ios_old1
firefox-ios_old1
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891