From 719cde9916ce1ea15f3a76137515ad5f650471af Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Mon, 24 Oct 2022 21:59:35 +0800 Subject: [PATCH 1/4] Remove detach because it will cause troubles for GitHub Support --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cf8232b..c84ab0b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Magisk on WSA (with Google Apps) -:warning: For fork developers: Please [use the GitHub Support virtual assistant chatbot](https://support.github.com/contact?flow=detach_fork&subject=Detach%20Fork&tags=rr-forks) to detach your fork from [upstream](https://github.com/LSPosed/MagiskOnWSALocal) before building with GitHub Actions, as GitHub will count your forked GitHub Actions usage against this upstream repository, which may cause this upstream repository gets disabled by GitHub staff because of numerous forks building GitHub Actions, and counting the forks' Action usage against this upstream repository. - -We are not against forks, but please detach them from our repository. If you do not make changes one day after receiving the detachment request, our organization will ban you. +:warning: For fork developers: Please don't build using GitHub Actions, as GitHub will count your forked GitHub Actions usage against this upstream repository, which may cause this upstream repository gets disabled by GitHub staff because of numerous forks building GitHub Actions, and counting the forks' Action usage against this upstream repository.
How to detach your fork from this upstream repository (a visual guide): From 43fc07f21ba7ff353c3255d83464e94176efe665 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:01:06 +0800 Subject: [PATCH 2/4] Remove detach tutorial --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index c84ab0b..63e4e7c 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,6 @@ :warning: For fork developers: Please don't build using GitHub Actions, as GitHub will count your forked GitHub Actions usage against this upstream repository, which may cause this upstream repository gets disabled by GitHub staff because of numerous forks building GitHub Actions, and counting the forks' Action usage against this upstream repository. -
- How to detach your fork from this upstream repository (a visual guide): -

- -

-
- ## Support for generating from these systems - Linux (x86_64 or arm64) From f83918579d687349feaa494cd05dcedd67a8de80 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:11:12 +0800 Subject: [PATCH 3/4] Add previous repo's link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63e4e7c..f8dbd20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Magisk on WSA (with Google Apps) -:warning: For fork developers: Please don't build using GitHub Actions, as GitHub will count your forked GitHub Actions usage against this upstream repository, which may cause this upstream repository gets disabled by GitHub staff because of numerous forks building GitHub Actions, and counting the forks' Action usage against this upstream repository. +:warning: For fork developers: Please don't build using GitHub Actions, as GitHub will count your forked GitHub Actions usage against this upstream repository, which may cause this upstream repository gets disabled by GitHub staff like [MagiskOnWSA](https://github.com/LSPosed/MagiskOnWSA) because of numerous forks building GitHub Actions, and counting the forks' Action usage against this upstream repository. ## Support for generating from these systems From 064688d940c23863339827d4c69dd937a98af075 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:25:13 +0800 Subject: [PATCH 4/4] Fix Magisk stub permission --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 5db8571..ba2ac29 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -548,6 +548,7 @@ on post-fs-data mkdir /dev/$TMP_PATH/.magisk/mirror 700 mkdir /dev/$TMP_PATH/.magisk/block 700 copy /sbin/magisk.apk /dev/$TMP_PATH/stub.apk + chmod 0644 /dev/$TMP_PATH/stub.apk rm /dev/.magisk_unblock start $SERVER_NAME1 start $SERVER_NAME2