Skip to content

Commit

Permalink
2023.07.21 Yagakimi-T2
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaHimesaka1873 committed Jul 21, 2023
1 parent dd5661a commit 01797f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildArchIso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
files: |
${{ github.workspace }}/out/archlinux-t2-*.iso
tag_name: ${{ steps.create_tag.outputs.tag }}
name: archlinux-t2-${{ steps.create_tag.outputs.tag }} - Release Wataoshi
name: archlinux-t2-${{ steps.create_tag.outputs.tag }} - Release Yagakimi
draft: ${{ contains(github.event.head_commit.message, '[draft]') }}
prerelease: ${{ contains(github.event.head_commit.message, '[prerel]') }}
body: |
This release features Claire François from [I'm in Love with the Villainess](https://sevenseasentertainment.com/series/im-in-love-with-the-villainess-light-novel/), which got anime adaptation announcement recently!
This release features Yuu Koito from [Bloom Into You](https://sevenseasentertainment.com/series/bloom-into-you/)!
Every major release will feature new anime/manga and minor releases will have different characters!
Note that Arch ISO release follows kernel release name.
Follow [this guide](https://wiki.t2linux.org/distributions/arch/installation/) using this ISO to install Arch on your T2 Mac
Expand Down
4 changes: 0 additions & 4 deletions archiso/airootfs/root/.automated_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ automated_script ()
if [[ $(tty) == "/dev/tty1" ]]; then
cat <<EOF >> /etc/pacman.conf
[Redecorating-t2]
Server = https://github.com/Redecorating/archlinux-t2-packages/releases/download/packages
SigLevel = Optional TrustAll
[arch-mact2]
Server = https://mirror.funami.tech/arch-mact2/os/x86_64
SigLevel = Never
Expand Down
4 changes: 0 additions & 4 deletions archiso/pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ Include = /etc/pacman.d/mirrorlist
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

[Redecorating-t2]
Server = https://github.com/Redecorating/archlinux-t2-packages/releases/download/packages
SigLevel = Optional TrustAll

[arch-mact2]
Server = https://mirror.funami.tech/arch-mact2/os/x86_64
SigLevel = Never
Expand Down

0 comments on commit 01797f7

Please sign in to comment.