Skip to content

Commit 53d9fe1

Browse files
committed
init_build_environment: remove bpo flag for git install
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
1 parent 4cc2143 commit 53d9fe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
1.7K May 8 2024 convert_translation.sh
2121
3.0K May 8 2024 create_acl_for_luci.sh
2222
3.7K May 8 2024 create_ucitrack_for_luci.sh
23-
14K Sep 13 17:38 init_build_environment.sh
23+
14K Sep 13 21:57 init_build_environment.sh
2424
18K Jun 1 2023 LICENSE
2525
4.0K Feb 6 2025 maintainer-tools
2626
4.7K Feb 6 2025 maketag.sh

init_build_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function install_dependencies() {
255255
pip3 config set install.trusted-host "https://mirrors.aliyun.com"
256256
fi
257257

258-
apt install -y --allow-unauthenticated $BPO_FLAG git
258+
apt install -y --allow-unauthenticated git
259259

260260
apt install -y $BPO_FLAG "gcc-$GCC_VERSION" "g++-$GCC_VERSION" "gcc-$GCC_VERSION-multilib" "g++-$GCC_VERSION-multilib"
261261
for i in "gcc-$GCC_VERSION" "g++-$GCC_VERSION" "gcc-ar-$GCC_VERSION" "gcc-nm-$GCC_VERSION" "gcc-ranlib-$GCC_VERSION"; do

0 commit comments

Comments
 (0)