Merge pull request #2728 from brooksytech/dev

Fix profile oopsie
This commit is contained in:
Brooksytech 2024-01-23 13:15:44 -08:00 committed by GitHub
commit 27fbeac670
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,6 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2024 JELOS (https://github.com/JustEnoughLinuxOS)
cat <<EOF >/storage/.config/profile.d/001-device_config
cat <<EOF >/storage/.config/profile.d/002-turbo-mode_config
DEVICE_TURBO_MODE="true"
EOF