Skip to content

Commit 268169d

Browse files
authored
Update bash.bashrc
1 parent 0fcc7af commit 268169d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/altaera-proot/bash.bashrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,11 @@ if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-no
5757
}
5858
fi
5959

60+
{
61+
rm '/data/data/com.termux/files/home/AltaeraAI-tmp/termux-default/dialogrc'
62+
cp '/data/data/com.termux/files/home/.dialogrc' '/data/data/com.termux/files/home/AltaeraAI-tmp/termux-default/dialogrc'
63+
rm '/data/data/com.termux/files/home/.dialogrc'
64+
cp '/data/data/com.termux/files/home/AltaeraAI/termux/dialogrc/dialogrc' '/data/data/com.termux/files/home/.dialogrc'
65+
} &> /dev/null 2>&1;
66+
6067
exec='./root/altaera.sh'

0 commit comments

Comments
 (0)