I removed the /bin
instead of ~/bin
:(
My laptop no longer boots up! It has no DVD or CD drive!
How can I restore the OS X?
It is MacBook Pro OS X 10.8, SSD 128GB.
I removed the /bin
instead of ~/bin
:(
My laptop no longer boots up! It has no DVD or CD drive!
How can I restore the OS X?
It is MacBook Pro OS X 10.8, SSD 128GB.
cp
will be missing, but you do still havetar
and cancd /; tar -cvf - /Volumes/OS\ X\ Base\ System/bin | tar -xf -
– bmike Feb 03 '14 at 20:34