diff --git a/changelog.md b/changelog.md index 68a0c61..a41cf10 100755 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,3 @@ ### v0.0.1 - 10.22.2024 * Initial release -* Set selinux policies as root using magiskpolicy via sources.sh (runs after OS is mounted) - +* Set selinux policies as root using magiskpolicy via 0000fsp (generated from common/install.sh) diff --git a/common/functions.sh b/common/functions.sh index 40d8b8b..fd1a8dd 100755 --- a/common/functions.sh +++ b/common/functions.sh @@ -95,7 +95,7 @@ cp_ch() { install_script() { case "$1" in - -b) shift; + -b) shift; if $KSU; then local INPATH=$NVBASE/boot-completed.d else @@ -147,10 +147,10 @@ mount_mirrors() { } # Credits -#ui_print "**************************************" -#ui_print "* MMT Extended by Zackptg5 @ XDA *" -#ui_print "**************************************" -#ui_print " " +ui_print "*******************************************" +ui_print "* Module built by 1ndevelopment (©) 2024 *" +ui_print "*******************************************" +ui_print " " # Check for min/max api version [ -z $MINAPI ] || { [ $API -lt $MINAPI ] && abort "! Your system API of $API is less than the minimum api of $MINAPI! Aborting!"; } diff --git a/common/install.sh b/common/install.sh index e69de29..abc74c9 100755 --- a/common/install.sh +++ b/common/install.sh @@ -0,0 +1,15 @@ +cat > $MODPATH/0000fsp <