Skip to content

Commit c6a9e68

Browse files
committed
Replace APFS packages in [archlinuxcn] with [extra] ones
1 parent 0b2e4cf commit c6a9e68

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/archiso.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
- name: Initialize pacman secret key
2626
run: pacman-key --init
2727

28-
- name: Add archlinuxcn repo & install keyring
29-
run: |
30-
echo -e '\n[archlinuxcn]\nServer = https://repo.archlinuxcn.org/$arch' >> /etc/pacman.conf
31-
pacman -Syyu --noconfirm archlinuxcn-keyring
32-
3328
- name: Build ArchISO
3429
run: |
3530
pacman -Syy --noconfirm archiso base-devel git

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
### core
77
- [linux-headers](https://archlinux.org/packages/core/x86_64/linux-headers)
88

9-
### archlinuxcn
10-
- [archlinuxcn-keyring](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/archlinuxcn-keyring)
11-
- [linux-apfs-rw-dkms-git](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/linux-apfs-rw-dkms-git)
12-
- [apfsprogs-git](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/apfsprogs-git)
9+
### extra
10+
- [linux-apfs-rw-dkms](https://archlinux.org/packages/extra/any/linux-apfs-rw-dkms)
11+
- [apfsprogs](https://archlinux.org/packages/extra/x86_64/apfsprogs)
1312

1413
## Notes
1514
- By default, APFS partitions will be mounted as read-only.

0 commit comments

Comments
 (0)