#!/bin/bash
ls /etc/rc.d | while read a; do /etc/rc.d/"$a"; done
launchctl load /Library/LaunchDaemons
sleep 1
cd /var/lib/dpkg/info
./com.unlimapps.uaupdatetools.postinst
./net.angelxwind.appsyncunified.postinst
killall imagent
dirt
launchctl stop com.apple.SpringBoard
