Skip to content

Commit 0454791

Browse files
author
AXON
committed
Change back TERM type to linux.
1 parent 3df6934 commit 0454791

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

bin/fetch

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ fi
149149

150150
# Initialize terminal
151151
LC_ALL="en_US.UTF-8"
152-
TERM="screen-256color"
152+
TERM="linux"
153153
TERMINFO="$GRLBASE/share/terminfo"
154154
DIALOGRC="$GRLBASE/etc/dialogrc"
155155
: ${GSUDO:="yes"} # To skip invoking su again while being called by gsudo

bin/gearinit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/gearlock/bin/bash
22

33
# Define vars
4-
export TERM="screen-256color" \
4+
export TERM="linux" \
55
LC_ALL="en_US.UTF-8" \
66
DIALOGRC="/gearlock/etc/dialogrc" \
77
PATH="/gearlock/bin:/sbin:/bin:/system/bin:/system/xbin:/system/vendor/bin";

etc/gearinit.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on post-fs
2-
export TERM screen-256color
2+
export TERM linux
33
export TERMINFO /gearlock/share/terminfo
44
export PATH /sbin:/bin:/system/bin:/system/xbin:/system/vendor/bin:/gearlock/bin:ghome_dir:/apex/com.android.runtime/bin:/apex/com.android.art/bin
55
exec - root root -- /gearlock/bin/bash /gearlock/bin/gearboot s1

share/gearlock/app.apk

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)