Update README

This commit is contained in:
LoveSy 2021-12-12 00:17:15 +08:00
parent d6324a2ab1
commit 5255ce5fca
2 changed files with 0 additions and 2 deletions

View File

@ -170,7 +170,6 @@ jobs:
- name: Integrate Magisk - name: Integrate Magisk
if: ${{ github.event.inputs.root_sol == 'magisk' || github.event.inputs.root_sol == '' }} if: ${{ github.event.inputs.root_sol == 'magisk' || github.event.inputs.root_sol == '' }}
run: | run: |
cp magisk.zip ${{ matrix.arch }}/Magisk.apk
sudo mkdir system/sbin sudo mkdir system/sbin
sudo chcon --reference system/init.environ.rc system/sbin sudo chcon --reference system/init.environ.rc system/sbin
sudo chown root:root system/sbin sudo chown root:root system/sbin

View File

@ -9,7 +9,6 @@
- Fix external storage access of DocumentUI - Fix external storage access of DocumentUI
- Unatended installation - Unatended installation
- Automatically activates developers mode in Windows 11 - Automatically activates developers mode in Windows 11
- Automatically activates developer mode in WSA
## Usage ## Usage