Skip to content

Commit

Permalink
Merge pull request #144 from BHUTUU/setup.sh-typo-fix
Browse files Browse the repository at this point in the history
fixed a typo in setup.sh
  • Loading branch information
Hax4us authored Dec 24, 2021
2 parents 9976b44 + 099e62e commit 6506fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ install_scripts() {
mv apktool_alpine.sh ${ALPINEDIR}/bin/apktool && chmod +x ${ALPINEDIR}/bin/apktool
mv jadx_termux.sh $BINDIR/jadx && chmod +x $BINDIR/jadx
mv jadx_alpine.sh $ALPINEDIR/bin/jadx && chmod +x $ALPINEDIR/bin/jadx
mv signkill.sh $BINDIR/signkill && chmod +x $BINDIR/bin/signkill
mv signkill.sh $BINDIR/signkill && chmod +x $BINDIR/signkill
#mv signapk_termux.sh $BINDIR/signapk && chmod +x $BINDIR/signapk
#mv signapk_alpine.sh $ALPINEDIR/bin/signapk && chmod +x $ALPINEDIR/bin/signapk

Expand Down

0 comments on commit 6506fbf

Please # to comment.