11 lines
231 B
Text
11 lines
231 B
Text
|
#!/bin/bash
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
||
|
|
||
|
. /etc/profile
|
||
|
|
||
|
### Set up our controller variables.
|
||
|
tocon "Configuring controller..."
|
||
|
/usr/bin/mkcontroller
|
||
|
|