mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-22 00:22:00 +00:00
code clean up
This commit is contained in:
parent
314efca54b
commit
e3d779cbf2
1 changed files with 12 additions and 8 deletions
|
|
@ -4,7 +4,7 @@
|
|||
cd "$(dirname "$0")"
|
||||
|
||||
# Check uYou
|
||||
if [[ ! -f Tweaks/uYou/com.miro.uyou_2.1_iphoneos-arm.deb ]]
|
||||
if [ ! -f Tweaks/uYou/com.miro.uyou_2.1_iphoneos-arm.deb ]
|
||||
then
|
||||
echo -e "==> \033[1muYou v2.1 is not found. Downloading uYou (v2.1)...\033[0m"
|
||||
(set -x ; curl https://miro92.com/repo/debs/com.miro.uyou_2.1_iphoneos-arm.deb --output Tweaks/uYou/com.miro.uyou_2.1_iphoneos-arm.deb)
|
||||
|
|
@ -22,6 +22,10 @@ else
|
|||
fi
|
||||
|
||||
# Makefile
|
||||
if [ -d ./tmp ]
|
||||
then
|
||||
rm -rf ./tmp
|
||||
fi
|
||||
read -e -p "==> Path to the decrypted YouTube.ipa or YouTube.app: " PATHTOYT
|
||||
if [[ $PATHTOYT == *.ipa ]]
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in a new issue