We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c368052 commit 41a38b5Copy full SHA for 41a38b5
1 file changed
app/src/main/assets/home/bin/installadd
@@ -65,6 +65,9 @@ chmod -R 755 "$2/$loadid"
65
if [ -f "$2/$loadid/install.sh" ]; then
66
"$2/$loadid/install.sh"
67
rm -fr "$2/$loadid/install.sh"
68
+elif [ -f "$2/$loadid/install.bash" ]; then
69
+ "$2/$loadid/install.bash"
70
+ rm -fr "$2/$loadid/install.bash"
71
fi
72
73
echo "$flash_text_12"
0 commit comments