Skip to content

Commit

Permalink
debug package source issue
Browse files Browse the repository at this point in the history
  • Loading branch information
csxwin committed Aug 24, 2023
1 parent 968e50d commit 27dc8f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/install-deps-cross-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ sed -i "s/deb http/deb [arch=${ARCH}] http/g" /etc/apt/sources.list
cp /etc/apt/sources.list /etc/apt/sources.list.d/arm64.list
sed -i "s/deb \[arch=${ARCH}\] http/deb [arch=arm64] http/g" /etc/apt/sources.list.d/arm64.list
sed -i -E "s#(archive|security).ubuntu.com/ubuntu#ports.ubuntu.com/ubuntu-ports#g" /etc/apt/sources.list.d/arm64.list
cat /etc/apt/sources.list.d/arm64.list
dpkg --add-architecture arm64
apt update
apt install -y \
Expand Down

0 comments on commit 27dc8f8

Please sign in to comment.