mirror of
https://github.com/apple/container.git
synced 2026-08-28 11:26:32 +00:00
@@ -85,4 +85,6 @@ echo 'Removed `container` tool and helpers'
|
||||
if [ "$DELETE_DATA" = true ]; then
|
||||
echo 'Removing `container` user data'
|
||||
sudo rm -rf ~/Library/Application\ Support/com.apple.container
|
||||
echo 'Removing `container` user defaults'
|
||||
defaults delete com.apple.container.defaults > /dev/null 2>&1 || true
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user