bbb2975eed
* Fix bug causing terminal output to appear on the console on x86_64 builds. * Silence missing sudo warnings by aliasing it to nothing.
10 lines
202 B
Bash
Executable file
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"
|