|
|
@@ -11,10 +11,10 @@ runs:
|
|
|
cd "$COMMON"
|
|
|
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s dev
|
|
|
|
|
|
- cd KernelSU-Next
|
|
|
- git checkout 5a4a71874caaad06aa126f761c93391de1d32361
|
|
|
+ #cd KernelSU-Next
|
|
|
+ #git checkout 5a4a71874caaad06aa126f761c93391de1d32361
|
|
|
|
|
|
- cd kernel
|
|
|
+ cd KernelSU-Next/kernel
|
|
|
COMMITS_COUNT=$(/usr/bin/git rev-list --count HEAD)
|
|
|
BASE_VERSION=30000
|
|
|
KSU_VERSION=$(expr $COMMITS_COUNT "+" $BASE_VERSION)
|