mamager: Update randomizer to fix error
fixed > Task :app:compileReleaseAidl FAILED ERROR: /home/runner/work/SukiSU-Ultra/SukiSU-Ultra/manager/app/src/main/aidl/org/knifhr/zako/IKsuInterface.aidl:7.1-10: IKsuInterface should be declared in a file called com/sukisu/zako/IKsuInterface.aidl
This commit is contained in:
@@ -5,6 +5,7 @@ word1=$(tr -dc 'a-z' </dev/urandom | head -c6)
|
||||
word2=$(tr -dc 'a-z' </dev/urandom | head -c6)
|
||||
word3=$(tr -dc 'a-z' </dev/urandom | head -c6)
|
||||
word4=$(tr -dc 'a-z' </dev/urandom | head -c6)
|
||||
#word5=$(tr -dc 'a~z' </dev/urandom | head -c6)
|
||||
|
||||
|
||||
# Export variables for use in find -exec
|
||||
@@ -15,12 +16,14 @@ find . -depth -type d -name 'com' -execdir mv {} "$word1" \;
|
||||
find . -depth -type d -name 'sukisu' -execdir mv {} "$word2" \;
|
||||
find . -depth -type d -name 'ultra' -execdir mv {} "$word3" \;
|
||||
find . -depth -type d -name 'io' -execdir mv {} "$word4" \;
|
||||
#find . -depth -type d -name 'zako' -execdir mv {} "$word4" \;
|
||||
|
||||
|
||||
# Replace inside files
|
||||
find . -type f -exec sed -i \
|
||||
-e "s/com\.sukisu\.ultra/$word1.$word2.$word3/g" \
|
||||
-e "s/io\.sukisu\.ultra/$word4.$word2.$word3/g" \
|
||||
-e "s/com\.sukisu\.zako/$word1.$word2.zako/g" \
|
||||
-e "s/com\/sukisu\/ultra/$word1\/$word2\/$word3/g" \
|
||||
-e "s/io\/sukisu\/ultra/$word4\/$word2\/$word3/g" \
|
||||
-e "s/io_sukisu_ultra/${word4}_${word2}_${word3}/g" \
|
||||
|
||||
Reference in New Issue
Block a user