From 1ea503a7b96e66a68f13be67597e491b00db2eca Mon Sep 17 00:00:00 2001 From: LynxSlash <122455759+LynxSlash@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:27:53 +0500 Subject: [PATCH] Update config.sh --- config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sh b/config.sh index bd676c0a..14d8da76 100644 --- a/config.sh +++ b/config.sh @@ -1,8 +1,8 @@ #!/bin/bash # Device -export FOX_BRANCH="fox_9.0" -export DT_LINK="https://gitlab.com/OrangeFox/device/beryllium.git -b fox_9.0" +export FOX_BRANCH="fox_11.0" +export DT_LINK="https://gitlab.com/OrangeFox/device/beryllium.git -b fox_11.0" export DEVICE="beryllium" export OEM="xiaomi"