Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Walker authored and Austin Walker committed Nov 14, 2020
1 parent 4058de7 commit 023b0df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions payloads/zap-snapshots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,19 @@ do

diskutil apfs deletesnapshot "$VOLUME" -uuid $uuid
done

echo '\r\nCreating a bootable blessed snapshot. (tip: clone via asr to remove)'

sudo bless --folder "$VOLUME/System/Library/CoreServices" --bootefi --create-snapshot

echo "\r\nThis script was brought to you by StarPlayrX\r\nThe best and only third party Sirius XM Radio player,\r\nVersion 1.1.6 available now in the iOS AppStore!\r\n"

read -p "Press return to Reboot [ options : q for quick ]: " rebootArgs
echo "\r\n"

if [ "$rebootArgs" != "" ]
then
reboot "-$rebootArgs"
else
reboot
fi

0 comments on commit 023b0df

Please # to comment.