10 lines
194 B
Bash
Executable file
10 lines
194 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2022-present Fewtarius
|
|
|
|
source /etc/profile
|
|
|
|
jslisten set "installer"
|
|
|
|
weston-terminal -f --command "/usr/bin/installer"
|