7 lines
203 B
Bash
Executable file
7 lines
203 B
Bash
Executable file
#!/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
|