Installation: Difference between revisions

3 bytes removed ,  Yesterday at 08:22
m
 
Line 112: Line 112:
now enter the password, and then
now enter the password, and then
  if [ ! -e /usr/local/bin ]; then mkdir /usr/local/bin; fi
  if [ ! -e /usr/local/bin ]; then mkdir /usr/local/bin; fi
  cd /usr/local/bin;
  cd /usr/local/bin
  curl -L -o - https://xds.mr.mpg.de/XDS-Apple_M1.tar.gz | tar xzvf - ;
  curl -L -o - https://xds.mr.mpg.de/XDS-Apple_M1.tar.gz | tar xzvf -  
  ln -sf XDS-Apple_M1/* . ;
  ln -sf XDS-Apple_M1/* .  
  exit
  exit


2,719

edits