Skip to content

Commit

Permalink
1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Nov 19, 2023
1 parent 9c1f69b commit 7dccf01
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.9
versionCode=159
version=1.5.10
versionCode=1510
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 @@ -32,7 +32,7 @@ export PATH="/system/bin:/sbin:/vendor/bin:/system/sbin:/system/xbin:/system/pro

export USER=$(id -un)
export USERID=$(id -u)
export ROOTFS=$(/system/bin/getprop "persist.mkshrc.rootfs" "/data/mkuser" | sed 's/^"\(.*\)"$/\1/')
export ROOTFS=$(/system/bin/getprop "persist.mkshrc_v2.rootfs" "/data/mkuser" | sed 's/^"\(.*\)"$/\1/')
export PREFIX="$ROOTFS/usr"
# FAQ: https://github.com/Magisk-Modules-Alt-Repo/mkshrc/wiki/FAQ#how-to-edit-hostname
export HOSTNAME=$(uname -n)
Expand Down

0 comments on commit 7dccf01

Please sign in to comment.