Skip to content

Commit

Permalink
Fix invalid ui_print in usr/magisk/update_magisk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenJSJ committed Apr 10, 2024
1 parent 9799d03 commit 37155b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/magisk/update_magisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ then
# Copy Magisk Folder that is missing in Magisk Delta
# for some reason

ui_print " - Copying Magisk Folder"
echo " - Copying Magisk Folder"
unzip "$DIR/magisk.zip" -d app-release
cp -r ./app-release/assets/dexopt/ $(pwd)/tools/make/package/magisk_files/
cp -r ./app-release/assets/chromeos/ $(pwd)/tools/make/package/magisk_files/
Expand Down

0 comments on commit 37155b2

Please sign in to comment.