8 lines
203 B
Text
8 lines
203 B
Text
|
#!/bin/bash
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
# Copyright (C) 2024 JELOS (https://github.com/JustEnoughLinuxOS)
|
||
|
|
||
|
cat <<EOF >/storage/.config/profile.d/002-turbo-mode_config
|
||
|
DEVICE_TURBO_MODE="true"
|
||
|
EOF
|