File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ Example usage:
2626
2727``` python
2828apt_source(source = '''
29- deb https://mirror.sjtu.edu.cn/ubuntu focal main restricted
30- deb https://mirror.sjtu.edu.cn/ubuntu focal -updates main restricted
31- deb https://mirror.sjtu.edu.cn/ubuntu focal universe
32- deb https://mirror.sjtu.edu.cn/ubuntu focal -updates universe
33- deb https://mirror.sjtu.edu.cn/ubuntu focal multiverse
34- deb https://mirror.sjtu.edu.cn/ubuntu focal -updates multiverse
35- deb https://mirror.sjtu.edu.cn/ubuntu focal -backports main restricted universe multiverse
36- deb http://archive.canonical.com/ubuntu focal partner
37- deb https://mirror.sjtu.edu.cn/ubuntu focal -security main restricted universe multiverse
29+ deb https://mirror.sjtu.edu.cn/ubuntu jammy main restricted
30+ deb https://mirror.sjtu.edu.cn/ubuntu jammy -updates main restricted
31+ deb https://mirror.sjtu.edu.cn/ubuntu jammy universe
32+ deb https://mirror.sjtu.edu.cn/ubuntu jammy -updates universe
33+ deb https://mirror.sjtu.edu.cn/ubuntu jammy multiverse
34+ deb https://mirror.sjtu.edu.cn/ubuntu jammy -updates multiverse
35+ deb https://mirror.sjtu.edu.cn/ubuntu jammy -backports main restricted universe multiverse
36+ deb http://archive.canonical.com/ubuntu jammy partner
37+ deb https://mirror.sjtu.edu.cn/ubuntu jammy -security main restricted universe multiverse
3838''' )
3939```
4040
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ Example usage:
2020
2121``` python
2222apt_source(source = '''
23- deb https://mirror.sjtu.edu.cn/ubuntu focal main restricted
24- deb https://mirror.sjtu.edu.cn/ubuntu focal -updates main restricted
25- deb https://mirror.sjtu.edu.cn/ubuntu focal universe
26- deb https://mirror.sjtu.edu.cn/ubuntu focal -updates universe
27- deb https://mirror.sjtu.edu.cn/ubuntu focal multiverse
28- deb https://mirror.sjtu.edu.cn/ubuntu focal -updates multiverse
29- deb https://mirror.sjtu.edu.cn/ubuntu focal -backports main restricted universe multiverse
30- deb http://archive.canonical.com/ubuntu focal partner
31- deb https://mirror.sjtu.edu.cn/ubuntu focal -security main restricted universe multiverse
23+ deb https://mirror.sjtu.edu.cn/ubuntu jammy main restricted
24+ deb https://mirror.sjtu.edu.cn/ubuntu jammy -updates main restricted
25+ deb https://mirror.sjtu.edu.cn/ubuntu jammy universe
26+ deb https://mirror.sjtu.edu.cn/ubuntu jammy -updates universe
27+ deb https://mirror.sjtu.edu.cn/ubuntu jammy multiverse
28+ deb https://mirror.sjtu.edu.cn/ubuntu jammy -updates multiverse
29+ deb https://mirror.sjtu.edu.cn/ubuntu jammy -backports main restricted universe multiverse
30+ deb http://archive.canonical.com/ubuntu jammy partner
31+ deb https://mirror.sjtu.edu.cn/ubuntu jammy -security main restricted universe multiverse
3232''' )
3333```
3434
You can’t perform that action at this time.
0 commit comments