distribution/packages/misc/modules/sources/Install JELOS.sh
fewtarius bbb2975eed
* Move JELOS installation to tools menu, flashed images boot directly into JELOS now.
* Fix bug causing terminal output to appear on the console on x86_64 builds.
* Silence missing sudo warnings by aliasing it to nothing.
2022-12-04 15:46:38 -05:00

10 lines
202 B
Bash
Executable file

#!/bin/bash
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2022-present Fewtarius
source /etc/profile
jslisten set "killall installer"
weston-terminal -f --command "/usr/bin/installer"