mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
9 lines
218 B
Bash
Executable file
9 lines
218 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
osvers=4.14.0
|
|
myarchname=i686-linux
|
|
myuname="linux live-bootstrap 4.14.0 #1 i686 gnulinux "
|