mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-16 16:22:33 +01:00
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
exec lynx 'https://wiki.archlinux.org/title/Installation_guide'
|