Skip to content

Commit

Permalink
1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Dec 26, 2023
1 parent a73198b commit 9d07d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=mkshrc
name=Systemless Mkshrc
version=1.5.11
versionCode=1511
version=1.5.12
versionCode=1512
author=Der_Googler
description=Provide a systemless implementation of mkshrc for a better terminal experience on Android devices.
2 changes: 1 addition & 1 deletion system/etc/mkshrc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if [ ! -d "$ROOTFS" ]; then
if [ "$USER" = "root" ]; then
if [ -f "$MBB" ]; then
ln -s $MBB $PREFIX/bin/busybox
else if [ -f "$KBB" ]; then
elif [ -f "$KBB" ]; then
ln -s $KBB $PREFIX/bin/busybox
else
echo "Unable to link BusyBox"
Expand Down

0 comments on commit 9d07d4f

Please sign in to comment.