Skip to content

Commit

Permalink
修复loong64无法加全源的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
gfdgd-xi committed Sep 27, 2024
1 parent a0b56b8 commit c29171a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/configure-building-enviroment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export DEBIAN_FRONTEND=noninteractive # 防止卡 tzdate
# 写入 GXDE 源
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/tianlu ./" >> /etc/apt/sources.list.d/gxde-os.list
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/bixie ./" >> /etc/apt/sources.list.d/gxde-os.list
if [[ $1 == "loong64" ]]; then
if [[ $(dpkg --print-architecture) == "loong64" ]]; then
echo "deb [trusted=true] http://mirror.sjtu.edu.cn/debian-ports unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list
fi
for i in {1..8};
Expand Down

0 comments on commit c29171a

Please sign in to comment.