This commit is contained in:
parent
75766c112b
commit
ee36c3ab8e
@ -18,10 +18,10 @@ jobs:
|
|||||||
- name: Change Download URL
|
- name: Change Download URL
|
||||||
run: |
|
run: |
|
||||||
# 替换为 NJU 的 APT 源
|
# 替换为 NJU 的 APT 源
|
||||||
echo "deb https://mirror.nju.edu.cn/ubuntu/ noble main restricted universe multiverse" > /etc/apt/sources.list
|
echo "deb https://mirror.nju.edu.cn/ubuntu/ noble main restricted universe multiverse" > /etc/apt/sources.list.d/ubuntu.sources
|
||||||
echo "deb https://mirror.nju.edu.cn/ubuntu/ noble-updates main restricted universe multiverse" >> /etc/apt/sources.list
|
echo "deb https://mirror.nju.edu.cn/ubuntu/ noble-updates main restricted universe multiverse" >> /etc/apt/sources.list.d/ubuntu.sources
|
||||||
echo "deb https://mirror.nju.edu.cn/ubuntu/ noble-backports main restricted universe multiverse" >> /etc/apt/sources.list
|
echo "deb https://mirror.nju.edu.cn/ubuntu/ noble-backports main restricted universe multiverse" >> /etc/apt/sources.list.d/ubuntu.sources
|
||||||
echo "https://mirror.nju.edu.cn/ubuntu/ noble-security main restricted universe multiverse" >> /etc/apt/sources.list
|
echo "https://mirror.nju.edu.cn/ubuntu/ noble-security main restricted universe multiverse" >> /etc/apt/sources.list.d/ubuntu.sources
|
||||||
|
|
||||||
- name: Apt Update
|
- name: Apt Update
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user