index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2021-06-13 13:14:13 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2021-06-18 21:17:47 +0300 |
commit | 6e1ca35e599d40f435ec705c6f0263b20e5f5c32 (patch) | |
tree | a749f1176632b9b9adeac09741cfd776e71f97d1 /configs/releng | |
parent | 8a01a6c88d5dd6ef250cae7cc9250dadf1178acf (diff) |
-rw-r--r-- | configs/releng/airootfs/etc/motd | 2 | ||||
-rwxr-xr-x | configs/releng/airootfs/usr/local/bin/Installation_guide | 2 |
diff --git a/configs/releng/airootfs/etc/motd b/configs/releng/airootfs/etc/motd index 3f82850..1ddc9c3 100644 --- a/configs/releng/airootfs/etc/motd +++ b/configs/releng/airootfs/etc/motd @@ -1,5 +1,5 @@ To install [38;2;23;147;209mArch Linux[0m follow the installation guide: -https://wiki.archlinux.org/index.php/Installation_guide +https://wiki.archlinux.org/title/Installation_guide For Wi-Fi, authenticate to the wireless network using the [35miwctl[0m utility. For mobile broadband (WWAN) modems, connect with the [35mmmcli[0m utility. diff --git a/configs/releng/airootfs/usr/local/bin/Installation_guide b/configs/releng/airootfs/usr/local/bin/Installation_guide index d790c3e..4266754 100755 --- a/configs/releng/airootfs/usr/local/bin/Installation_guide +++ b/configs/releng/airootfs/usr/local/bin/Installation_guide @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -exec lynx 'https://wiki.archlinux.org/index.php/Installation_guide' +exec lynx 'https://wiki.archlinux.org/title/Installation_guide' |