Skip to content

Commit

Permalink
fix source list
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosette committed Nov 1, 2024
1 parent e4e9261 commit a564369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/add-deps.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# 安装交叉编译工具链
sudo apt update && sudo apt upgrade -y
sudo apt update && sudo apt install -f
sudo apt install -y \
gcc-aarch64-linux-gnu \
g++-aarch64-linux-gnu \
Expand All @@ -11,7 +11,7 @@ sudo apt install -y \
sudo apt install -y pkg-config

# 安装 ARM64 版本的依赖库
sudo apt install -y \
sudo apt install -y --no-install-recommends \
gettext:arm64 \
libssl-dev:arm64 \
libmpv-dev:arm64 \
Expand Down

0 comments on commit a564369

Please sign in to comment.