Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
48bde737
Unverified
Commit
48bde737
authored
Mar 09, 2021
by
Alexandru Scurtu
Committed by
GitHub
Mar 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uninstaller: consistency improvements
since there's no more "Magisk Manager"
parent
0601fa3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
uninstaller.sh
scripts/uninstaller.sh
+4
-4
No files found.
scripts/uninstaller.sh
View file @
48bde737
...
...
@@ -36,10 +36,10 @@ else
fi
print_title
"Magisk
$PRETTY_VER
Uninstaller"
is_mounted /data
||
mount /data
||
abort
"! Unable to mount /data, please uninstall with
Magisk Manager
"
is_mounted /data
||
mount /data
||
abort
"! Unable to mount /data, please uninstall with
the Magisk app
"
mount_partitions
check_data
$DATA_DE
||
abort
"! Cannot access /data, please uninstall with
Magisk Manager
"
$DATA_DE
||
abort
"! Cannot access /data, please uninstall with
the Magisk app
"
if
!
$BOOTMODE
;
then
# Mounting stuffs in recovery (best effort)
mount_name metadata /metadata
...
...
@@ -162,13 +162,13 @@ cd /
if
$BOOTMODE
;
then
ui_print
"********************************************"
ui_print
"
Magisk Manager
will uninstall itself, and"
ui_print
"
The Magisk app
will uninstall itself, and"
ui_print
" the device will reboot after a few seconds"
ui_print
"********************************************"
(
sleep
8
;
/system/bin/reboot
)
&
else
ui_print
"********************************************"
ui_print
"
Magisk Manager
will not be uninstalled"
ui_print
"
The Magisk app
will not be uninstalled"
ui_print
" Please uninstall it manually after reboot"
ui_print
"********************************************"
recovery_cleanup
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment