You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read -n 1 -s -r -p " Press any key to continue..."
42
+
echo -e "\n"
43
+
44
+
diskutil list
45
+
echo -e "\n⚠️ Enter the name of the volume you want to write the img on (e.g. disk3s1).\n The volume will be formatted and all data be lost, so select carefully!\n\n📝 Enter the name of your volume:"
46
+
read VOLUME
47
+
48
+
echo -e "\n📀 Writing img to $VOLUME. This may take a while."
0 commit comments