We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcc7af commit 268169dCopy full SHA for 268169d
scripts/altaera-proot/bash.bashrc
@@ -57,4 +57,11 @@ if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-no
57
}
58
fi
59
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
+
67
exec='./root/altaera.sh'
0 commit comments