Skip to content

Commit 282a384

Browse files
committed
Magisk Delta has been upstream renamed to Kitsune Mask
1 parent 2fc339b commit 282a384

File tree

4 files changed

+63
-63
lines changed

4 files changed

+63
-63
lines changed

API.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@
1616

1717
## install
1818

19-
* Install Magisk Delta in Waydroid
19+
* Install Kitsune Mask in Waydroid
2020
```
2121
usage: waydroid_magisk install [-h] [-u] [-c] [-d] [-t [TMPDIR]]
2222
2323
options:
2424
-h, --help show this help message and exit
25-
-c, --canary Install Magisk Delta canary channel (default canary)
26-
-d, --debug Install Magisk Delta debug channel (default canary)
25+
-c, --canary Install Kitsune Mask canary channel (default canary)
26+
-d, --debug Install Kitsune Mask debug channel (default canary)
2727
-t [TMPDIR], --tmpdir [TMPDIR]
2828
Custom path to use as an temporary directory
2929
```
3030

3131
## update
3232

33-
* Update Magisk Delta in Waydroid
33+
* Update Kitsune Mask in Waydroid
3434
```
3535
usage: waydroid_magisk update [-h] [-c] [-d] [-t [TMPDIR]] [-m]
3636
3737
options:
3838
-h, --help show this help message and exit
39-
-c, --canary Update Magisk Delta canary channel (default canary)
40-
-d, --debug Update Magisk Delta debug channel (default canary)
39+
-c, --canary Update Kitsune Mask canary channel (default canary)
40+
-d, --debug Update Kitsune Mask debug channel (default canary)
4141
-t [TMPDIR], --tmpdir [TMPDIR]
4242
Custom path to use as an temporary directory
4343
```
4444

4545
## remove
46-
* Remove Magisk Delta from Waydroid
46+
* Remove Kitsune Mask from Waydroid
4747
```
4848
usage: waydroid_magisk remove [-h]
4949
@@ -52,7 +52,7 @@ options:
5252
```
5353

5454
## module
55-
* Manage modules in Magisk Delta
55+
* Manage modules in Kitsune Mask
5656
```
5757
usage: waydroid_magisk module [-h] {install,remove,list} ...
5858
@@ -67,7 +67,7 @@ options:
6767
```
6868

6969
## su
70-
* Manage su in Magisk Delta
70+
* Manage su in Kitsune Mask
7171
```
7272
usage: waydroid_magisk su [-h] {shell,list,allow,deny} ...
7373

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
@echo "Nothing to build, run 'make install' to copy the files!"
1717
check_selinux:
1818
if [ -f /sys/fs/selinux/enforce ]; then \
19-
echo "Magisk Delta is not compatible with SELinux on Waydroid."; \
19+
echo "Kitsune Mask is not compatible with SELinux on Waydroid."; \
2020
exit 1; \
2121
fi
2222
install: check_selinux

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Waydroid Magisk
2-
Magisk Delta manager for Waydroid.
2+
Kitsune Mask manager for Waydroid.
33

44
- [Waydroid Magisk](#waydroid-magisk)
55
- [Installing Magisk on Waydroid](#installing-magisk-on-waydroid)
@@ -13,12 +13,12 @@ Magisk Delta manager for Waydroid.
1313
- [Waydroid won't start](#waydroid-wont-start)
1414
- [No internet connection](#no-internet-connection)
1515
- [Magisk modules not working or not showing as installed](#magisk-modules-not-working-or-not-showing-as-installed)
16-
- [Magisk Delta fails to patch SELinux policy.](#magisk-delta-fails-to-patch-selinux-policy)
16+
- [Kitsune Mask fails to patch SELinux policy.](#magisk-delta-fails-to-patch-selinux-policy)
1717
- [Updating](#updating)
1818
- [Does Zygisk work?](#does-zygisk-work)
19-
- [I've enabled Zygisk in Magisk Delta Stable!!](#ive-enabled-zygisk-in-magisk-delta-stable)
19+
- [I've enabled Zygisk in Kitsune Mask Stable!!](#ive-enabled-zygisk-in-magisk-delta-stable)
2020
- [How is this different from other scripts?](#how-is-this-different-from-other-scripts)
21-
- [What is Magisk Delta?](#what-is-magisk-delta)
21+
- [What is Kitsune Mask?](#what-is-magisk-delta)
2222
- [Arch Linux](#arch-linux)
2323
- [Ubuntu Touch](#ubuntu-touch)
2424
- [Credits](#credits)
@@ -37,25 +37,25 @@ Magisk Delta manager for Waydroid.
3737
3. `sudo apt update`
3838
4. `sudo apt install waydroid-magisk`
3939
5. run `sudo waydroid_magisk install` to install Magisk
40-
* `waydroid-magisk` can also be used as a manager. If you want to use Magisk Delta Manager instead use the install command with `--manager` argument.
40+
* `waydroid-magisk` can also be used as a manager. If you want to use Kitsune Mask Manager instead use the install command with `--manager` argument.
4141
6. start waydroid and run `sudo waydroid_magisk setup` to trigger first time setup.
42-
7. **To avoid any issues it's important to read [FAQ](#faq) before using Magisk Delta on waydroid.**
42+
7. **To avoid any issues it's important to read [FAQ](#faq) before using Kitsune Mask on waydroid.**
4343

4444
### From GitHub
4545
1. git clone `https://github.com/nitanmarcel/waydroid-magisk-installer/`
4646
2. run `sudo make install USE_SYSTEMD=1`
4747
* If using upstart (e.g Ubuntu Touch 16.04)
4848
* run `sudo make install USE_UPSTART=1`
4949
3. run `sudo waydroid_magisk install` to install Magisk
50-
* `waydroid-magisk` can also be used as a manager. If you want to use Magisk Delta Manager instead use the install command with `--manager` argument.
50+
* `waydroid-magisk` can also be used as a manager. If you want to use Kitsune Mask Manager instead use the install command with `--manager` argument.
5151
* Ubuntu Touch requires setting an working directory in `/home/phablet`
5252
* `sudo waydroid_magisk install --tmpdir /home/phablet/magisk_waydroid`
5353

5454
4. start waydroid and run `sudo waydroid_magisk setup` to trigger first time setup.
5555
5. enable ota survival service
5656
* For systemd `sudo systemctl enable --now waydroid_magisk_ota.service`
5757
* For upstart `sudo start waydroid_magisk_ota.service`
58-
6. **To avoid any issues it's important to read [FAQ](#faq) before using Magisk Delta on waydroid.**
58+
6. **To avoid any issues it's important to read [FAQ](#faq) before using Kitsune Mask on waydroid.**
5959

6060
# Usage
6161
* a detailed list of all the available commands can be found in [API.md](https://github.com/nitanmarcel/waydroid-magisk/blob/main/API.md)
@@ -76,29 +76,29 @@ Note that Waydroid may take longer to boot due to Magisk being set up.
7676
Try restarting Waydroid using either systemd or init (depending on your system).
7777

7878
## Magisk modules not working or not showing as installed
79-
Currently, modules only work with Magisk Delta Canary. Download and install the apk in Waydroid, and update by following the instructions in the "Updating" section below.
79+
Currently, modules only work with Kitsune Mask Canary. Download and install the apk in Waydroid, and update by following the instructions in the "Updating" section below.
8080

81-
## Magisk Delta fails to patch SELinux policy.
81+
## Kitsune Mask fails to patch SELinux policy.
8282
* Use `waydroid_magisk` to update and setup Magisk.
8383

8484
## Updating
85-
* Using Magisk Delta to install Magisk directly into the system partition.
85+
* Using Kitsune Mask to install Magisk directly into the system partition.
8686
* Using `waydroid_magisk install --update`.
8787

8888
## Does Zygisk work?
89-
Zygisk only works with Magisk Delta Canary which gets installed by default.
89+
Zygisk only works with Kitsune Mask Canary which gets installed by default.
9090

91-
## I've enabled Zygisk in Magisk Delta Stable!!
91+
## I've enabled Zygisk in Kitsune Mask Stable!!
9292
* Run `waydroid_magisk zygisk disable` - to disable zygisk.
9393

9494
## How is this different from other scripts?
95-
magisk_waydroid is a Magisk Delta manager, bringing all the features from Magisk Delta manager in your command line.
95+
magisk_waydroid is a Kitsune Mask manager, bringing all the features from Kitsune Mask manager in your command line.
9696

97-
## What is Magisk Delta?
98-
Magisk Delta is a fork of the official Magisk Manager with the old Magisk Hide feature re-added and other new features. You can find a list of differences between Magisk Delta and official Magisk [here](https://github.com/HuskyDG/magisk-files/blob/main/note_stable.md#diffs-to-official-magisk).
97+
## What is Kitsune Mask?
98+
Kitsune Mask is a fork of the official Magisk Manager with the old Magisk Hide feature re-added and other new features. You can find a list of differences between Kitsune Mask and official Magisk [here](https://github.com/HuskyDG/magisk-files/blob/main/note_stable.md#diffs-to-official-magisk).
9999

100100
## Arch Linux
101-
On arch based distributions, `linux-xanmod-anbox` with `linux-xanmod-anbox-headers` (needs `psi=1` in cmdline) from chaotic AUR is recommended, otherwise Magisk Delta might not work properly.
101+
On arch based distributions, `linux-xanmod-anbox` with `linux-xanmod-anbox-headers` (needs `psi=1` in cmdline) from chaotic AUR is recommended, otherwise Kitsune Mask might not work properly.
102102

103103
## Ubuntu Touch
104104
__`waydroid-magisk` is developed to be compatible with almost every Linux OS, including Ubuntu Touch. But a few issues can still occur such as (workarounds included).__
@@ -112,5 +112,5 @@ __`waydroid-magisk` is developed to be compatible with almost every Linux OS, in
112112

113113
# Credits
114114
* [Waydroid Team](github.com/waydroid/waydroid)
115-
* Magisk Delta Maintainer - [HuskyDG](https://github.com/HuskyDG)
115+
* Kitsune Mask Maintainer - [HuskyDG](https://github.com/HuskyDG)
116116
* [Others](https://huskydg.github.io/magisk-files/#credits)

0 commit comments

Comments
 (0)