mirror of
https://github.com/t2linux/archiso-t2.git
synced 2026-08-16 05:18:03 -07:00
fixes and motd edit
This commit is contained in:
@@ -46,13 +46,14 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
${{ github.workspace }}/out/archlinux-t2-*.iso
|
||||
tag_name: ${{ steps.create_tag.outputs.tag }} - Release Onimai
|
||||
name: archlinux-t2mac-${{ steps.create_tag.outputs.tag }}-x86_64
|
||||
tag_name: ${{ steps.create_tag.outputs.tag }}
|
||||
name: archlinux-t2mac-${{ steps.create_tag.outputs.tag }}-x86_64 - Release Onimai
|
||||
draft: ${{ contains(github.event.head_commit.message, '[draft]') }}
|
||||
prerelease: ${{ contains(github.event.head_commit.message, '[prerel]') }}
|
||||
body: |
|
||||
This release features Mahiro Oyama from [ONIMAI: I'm Now Your Sister!](https://kodansha.us/series/onimai-im-now-your-sister/), celebrating announcement of anime adaptation!
|
||||
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
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
To install [38;2;23;147;209mArch Linux[0m follow the installation guide:
|
||||
https://wiki.archlinux.org/title/Installation_guide
|
||||
To install [38;2;23;147;209mArch Linux[0m on your Mac follow the installation guide:
|
||||
https://wiki.t2linux.org/distributions/arch/installation/
|
||||
|
||||
For Wi-Fi, authenticate to the wireless network using the [35miwctl[0m utility.
|
||||
For mobile broadband (WWAN) modems, connect with the [35mmmcli[0m utility.
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
exec lynx 'https://wiki.archlinux.org/title/Installation_guide'
|
||||
exec lynx 'https://wiki.t2linux.org/distributions/arch/installation/'
|
||||
|
||||
Reference in New Issue
Block a user