mirror of
https://git.suyu.dev/suyu/suyu-os.git
synced 2025-12-21 13:16:12 +01:00
- use gamemode - rebranded bootloader to suyuOS - included lastest source code - include user suyu This project is officially made BUT NOT OFFICIALLY SUPPORTED
5 lines
121 B
Bash
Executable file
5 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'
|