Skip to content

Commit

Permalink
少改了个地方
Browse files Browse the repository at this point in the history
  • Loading branch information
gfdgd-xi committed Oct 27, 2024
1 parent fcb98c9 commit 0d261f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/configure-building-enviroment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/bixie ./" >> /etc/apt/sources.list.d/gxde-os.list
fi
if [[ $(dpkg --print-architecture) == "loong64" ]]; then
echo "deb [trusted=true] http://deb.debian.org/debian-ports unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list
echo "deb [trusted=true] http://debian-loong64.gxde.org/ unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list
fi
for i in {1..8};
do
Expand Down Expand Up @@ -59,4 +59,4 @@ do
fi
sleep 1
done
exit 0
exit 0

0 comments on commit 0d261f4

Please sign in to comment.