We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57baee commit cf0f0d7Copy full SHA for cf0f0d7
go.sh
@@ -32,7 +32,7 @@ if [ "$machine" == "Mac" ]; then
32
if [ ! -e "$ImageNameExt" ]; then
33
diskutil umount force /Volumes/${ImageName} && true
34
rm -f ${ImageNameExt} && true
35
- hdiutil create ${ImageName} -volname ${ImageName} -type SPARSE -size 24g -fs HFSX
+ hdiutil create ${ImageName} -volname ${ImageName} -type SPARSE -size 64g -fs HFSX
36
fi
37
if [ ! -d "/Volumes/$ImageName" ]; then
38
hdiutil mount ${ImageNameExt}
0 commit comments