This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Made by Wh0ba 2019 | |
# To use this script | |
# Place it in the packages folder of your theos app project | |
# and run it by ./deb2ipa.sh | |
# and choose your .deb file that you want to convert | |
cd "$(dirname "$0")" |