#!/bin/sh
# Sileo for Checkra1n
# APT by @HqH_Team, Cydia by @Diatrus
echo "*********************************************"
echo ""
echo "APT by @HqH_Team, Cydia by @Diatrus"
echo ""
echo "support: Checkra1n and Uncover"
echo ""
echo ""
echo ""
echo "Please wait ..."
sleep 1
dpkg -i /var/mobile/Documents/files/*
echo "Done"
sleep 1
echo ""
echo "Refreshing Uicache and Restarting SpringBoard"
rm /var/mobile/Documents/files
uicache -a
killall SpringBoard
exit;
;;


