File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20201.7K May 8 2024 convert_translation.sh
21213.0K May 8 2024 create_acl_for_luci.sh
22223.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
25254.0K Feb 6 2025 maintainer-tools
26264.7K Feb 6 2025 maketag.sh
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments