Skip to content

Commit

Permalink
Kill Cydia before uninstalling, as it now sits in the background on i…
Browse files Browse the repository at this point in the history
…OS 8 keeping ownership of apt-get.
  • Loading branch information
ryanb93 committed Nov 10, 2014
1 parent b944c96 commit 9e4b19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layout/usr/libexec/cydelete/uninstall_dpkg.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
export PATH=/usr/bin:/bin:/sbin:/usr/sbin
killall MobileCydia
apt-get -y remove $1 2>/tmp/aptoutput 1>/dev/null
exitcode=$?
rm -rf /tmp/aptoutput &> /dev/null
Expand Down

0 comments on commit 9e4b19e

Please sign in to comment.