Skip to content

Commit 6506fbf

Browse files
authored
Merge pull request #144 from BHUTUU/setup.sh-typo-fix
fixed a typo in setup.sh
2 parents 9976b44 + 099e62e commit 6506fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ install_scripts() {
9999
mv apktool_alpine.sh ${ALPINEDIR}/bin/apktool && chmod +x ${ALPINEDIR}/bin/apktool
100100
mv jadx_termux.sh $BINDIR/jadx && chmod +x $BINDIR/jadx
101101
mv jadx_alpine.sh $ALPINEDIR/bin/jadx && chmod +x $ALPINEDIR/bin/jadx
102-
mv signkill.sh $BINDIR/signkill && chmod +x $BINDIR/bin/signkill
102+
mv signkill.sh $BINDIR/signkill && chmod +x $BINDIR/signkill
103103
#mv signapk_termux.sh $BINDIR/signapk && chmod +x $BINDIR/signapk
104104
#mv signapk_alpine.sh $ALPINEDIR/bin/signapk && chmod +x $ALPINEDIR/bin/signapk
105105

0 commit comments

Comments
 (0)